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
This commit is contained in:
Graham Leggett 2017-05-20 16:22:10 +00:00 committed by Tim-Philipp Müller
parent 616a6acb05
commit 711b006cb9

View file

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