summaryrefslogtreecommitdiff
path: root/ext/dash
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@collabora.com>2014-03-29 17:26:03 +0000
committerEdward Hervey <bilboed@bilboed.com>2014-03-31 14:50:17 +0200
commit820685409efb94a6be455e709b156f60ee4fa49f (patch)
tree95ba62910003bdff5c494c2de91d6f1f298fd002 /ext/dash
parentb86e502a8b7c49cec315f619655d58639851874c (diff)
downloadgstreamer-plugins-bad-820685409efb94a6be455e709b156f60ee4fa49f.tar.gz
dashdemux: use correct print format for gint64
https://bugzilla.gnome.org/show_bug.cgi?id=727385
Diffstat (limited to 'ext/dash')
-rw-r--r--ext/dash/gstdashdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c
index 582d56545..361c93868 100644
--- a/ext/dash/gstdashdemux.c
+++ b/ext/dash/gstdashdemux.c
@@ -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);
}