Patch: Current git HEAD FTBFS

Chris Clayton chris2553 at googlemail.com
Tue Nov 22 09:09:20 CET 2016


Commit 755578c8c50db8e0bacf59ad2bd7f8972b92178a contains a C language error that breaks compilation of
modules/codec/gstreamer/gstvlcpictureplaneallocator.c.

The patch below fixes it.

Signed-off-by: Chris Clayton <chris2553 at googlemail.com>

--- vlc/modules/codec/gstreamer/gstvlcpictureplaneallocator.c~  2016-11-22 07:48:01.707963132 +0000
+++ vlc/modules/codec/gstreamer/gstvlcpictureplaneallocator.c   2016-11-22 07:48:19.119962777 +0000
@@ -332,7 +332,7 @@ bool gst_vlc_picture_plane_allocator_que

     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 );



More information about the vlc-devel mailing list