From 711b006cb91783d1a99a4acf05c91555ae63298e Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Sat, 20 May 2017 16:22:10 +0000 Subject: [PATCH] adaptivedemux: fix debug message printf format Match gsize to G_GSIZE_FORMAT in the debug message. https://bugzilla.gnome.org/show_bug.cgi?id=782873 --- gst-libs/gst/adaptivedemux/gstadaptivedemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/adaptivedemux/gstadaptivedemux.c b/gst-libs/gst/adaptivedemux/gstadaptivedemux.c index 46446098ee..7cce71e4b4 100644 --- a/gst-libs/gst/adaptivedemux/gstadaptivedemux.c +++ b/gst-libs/gst/adaptivedemux/gstadaptivedemux.c @@ -2400,7 +2400,7 @@ gst_adaptive_demux_stream_push_buffer (GstAdaptiveDemuxStream * stream, /* Wait for preroll if blocking */ GST_DEBUG_OBJECT (stream->pad, - "About to push buffer of size %" G_GUINT64_FORMAT, + "About to push buffer of size %" G_GSIZE_FORMAT, gst_buffer_get_size (buffer)); ret = gst_pad_push (stream->pad, buffer); -- 2.34.1