mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
dashdemux: use correct print format for gint64
https://bugzilla.gnome.org/show_bug.cgi?id=727385
This commit is contained in:
parent
b86e502a8b
commit
820685409e
1 changed files with 1 additions and 1 deletions
|
@ -1839,7 +1839,7 @@ gst_dash_demux_wait_for_fragment_to_be_available (GstDashDemux * demux,
|
|||
gst_date_time_unref (cur_time);
|
||||
if (diff > 0) {
|
||||
GST_DEBUG_OBJECT (demux,
|
||||
"Selected fragment has end timestamp > now (%" PRIi64
|
||||
"Selected fragment has end timestamp > now (%" G_GINT64_FORMAT
|
||||
"), delaying download", diff);
|
||||
gst_dash_demux_download_wait (stream, diff);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue