mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
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:
parent
616a6acb05
commit
711b006cb9
1 changed files with 1 additions and 1 deletions
|
@ -2400,7 +2400,7 @@ gst_adaptive_demux_stream_push_buffer (GstAdaptiveDemuxStream * stream,
|
||||||
|
|
||||||
/* Wait for preroll if blocking */
|
/* Wait for preroll if blocking */
|
||||||
GST_DEBUG_OBJECT (stream->pad,
|
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));
|
gst_buffer_get_size (buffer));
|
||||||
|
|
||||||
ret = gst_pad_push (stream->pad, buffer);
|
ret = gst_pad_push (stream->pad, buffer);
|
||||||
|
|
Loading…
Reference in a new issue