From ac6967a84310940becc7f562f1d562f47143ec8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 3 Mar 2013 12:30:21 +0100 Subject: [PATCH] mpeg4videoparse: Use correct type specifiers for format strings to fix compiler warnings --- gst/videoparsers/gstmpeg4videoparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videoparsers/gstmpeg4videoparse.c b/gst/videoparsers/gstmpeg4videoparse.c index c0f09378a4..88fd64b392 100644 --- a/gst/videoparsers/gstmpeg4videoparse.c +++ b/gst/videoparsers/gstmpeg4videoparse.c @@ -275,7 +275,7 @@ gst_mpeg4vparse_process_config (GstMpeg4VParse * mp4vparse, mp4vparse->vol.fixed_vop_time_increment); - GST_LOG_OBJECT (mp4vparse, "accepting parsed config size %" G_GSSIZE_FORMAT, + GST_LOG_OBJECT (mp4vparse, "accepting parsed config size %" G_GSIZE_FORMAT, size); if (mp4vparse->config != NULL)