vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Feb 14 20:26:48 2016 +0100| [8e3285e34eb844035c487344141e30952a927d54] | committer: Jean-Baptiste Kempf
gst: do not use an initialized variable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8e3285e34eb844035c487344141e30952a927d54 --- modules/codec/gstreamer/gstvlcvideopool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/gstreamer/gstvlcvideopool.c b/modules/codec/gstreamer/gstvlcvideopool.c index ff80451..7bc090b 100644 --- a/modules/codec/gstreamer/gstvlcvideopool.c +++ b/modules/codec/gstreamer/gstvlcvideopool.c @@ -242,7 +242,7 @@ GstVlcVideoPool* gst_vlc_video_pool_new( if( !GST_IS_VLC_PICTURE_PLANE_ALLOCATOR( p_allocator )) { - msg_Err( p_pool->p_dec, "unspported allocator for pool" ); + msg_Err( p_dec, "unspported allocator for pool" ); return NULL; } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
