vlc | branch: master | Francois Cartegnie <[email protected]> | Wed Oct 29 
11:47:03 2014 +0100| [38750d0d57328442a2463ae4f4e1c0bebf53878f] | committer: 
Francois Cartegnie

stream_filter: smooth: server does control pace in live mode

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38750d0d57328442a2463ae4f4e1c0bebf53878f
---

 modules/stream_filter/smooth/smooth.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/stream_filter/smooth/smooth.c 
b/modules/stream_filter/smooth/smooth.c
index 272772d..f876778 100644
--- a/modules/stream_filter/smooth/smooth.c
+++ b/modules/stream_filter/smooth/smooth.c
@@ -815,7 +815,7 @@ static int Control( stream_t *s, int i_query, va_list args )
             break;
         case STREAM_CAN_PAUSE: /* TODO */
         case STREAM_CAN_CONTROL_PACE:
-            *(va_arg( args, bool * )) = !p_sys->b_live;
+            *(va_arg( args, bool * )) = true;
             break;
         case STREAM_GET_POSITION:
             *(va_arg( args, uint64_t * )) = p_sys->playback.boffset;

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to