From 820685409efb94a6be455e709b156f60ee4fa49f Mon Sep 17 00:00:00 2001 From: Matthieu Bouron Date: Sat, 29 Mar 2014 17:26:03 +0000 Subject: [PATCH] dashdemux: use correct print format for gint64 https://bugzilla.gnome.org/show_bug.cgi?id=727385 --- ext/dash/gstdashdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index 582d56545a..361c938680 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); }