vlc | branch: master | Thomas Guillem <[email protected]> | Tue Nov 22 10:01:54 
2016 +0100| [9dc69483de48d348f969c209e6e4ea9687b415f4] | committer: Thomas 
Guillem

codec: gstreamer: fix build

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

 modules/codec/gstreamer/gstvlcpictureplaneallocator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/gstreamer/gstvlcpictureplaneallocator.c 
b/modules/codec/gstreamer/gstvlcpictureplaneallocator.c
index 8b03daf..2029eb4 100644
--- a/modules/codec/gstreamer/gstvlcpictureplaneallocator.c
+++ b/modules/codec/gstreamer/gstvlcpictureplaneallocator.c
@@ -332,7 +332,7 @@ bool gst_vlc_picture_plane_allocator_query_format(
 
     bool b_ret =
         gst_vlc_video_info_from_vout( p_info, p_align, p_caps, p_dec,
-                p_pic_info ))
+                p_pic_info );
 
     video_format_Clean( &p_dec->fmt_out.video );
 

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

Reply via email to