[vlc-commits] gst: fix msg_ argument type
Jean-Baptiste Kempf
git at videolan.org
Sun Feb 14 20:29:05 CET 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 14 20:28:28 2016 +0100| [a728d99d7dc43f6cef741a724fd0c76d6b982b17] | committer: Jean-Baptiste Kempf
gst: fix msg_ argument type
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a728d99d7dc43f6cef741a724fd0c76d6b982b17
---
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 7bc090b..c22b501 100644
--- a/modules/codec/gstreamer/gstvlcvideopool.c
+++ b/modules/codec/gstreamer/gstvlcvideopool.c
@@ -95,7 +95,7 @@ static gboolean gst_vlc_video_pool_set_config( GstBufferPool *p_pool,
p_vpool->info = info;
msg_Dbg( p_vpool->p_dec, "setting the following config on the pool: %s, \
- size: %u, min buffers: %u, max buffers: %u", gst_caps_to_string( p_caps ),
+ size: %lu, min buffers: %u, max buffers: %u", gst_caps_to_string( p_caps ),
info.size, min_buffers, max_buffers );
gst_buffer_pool_config_set_params( p_config, p_caps, info.size,
More information about the vlc-commits
mailing list