summaryrefslogtreecommitdiff
path: root/gst/mpegdemux
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-09-08 20:52:09 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-09-11 15:19:17 +0200
commit92ec7117338856f77f19c7cc8eb09dd5908a3db8 (patch)
tree748171b1a8a3fa90646b2ffa573cc50fc53e49d2 /gst/mpegdemux
parentddcd0e60b100a17955a902f13bd6f03b734cc08a (diff)
downloadgstreamer-plugins-bad-92ec7117338856f77f19c7cc8eb09dd5908a3db8.tar.gz
mpegtsdemux: Use GST_TIME_FORMAT in debug statement.
Diffstat (limited to 'gst/mpegdemux')
-rw-r--r--gst/mpegdemux/gstmpegtsdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpegdemux/gstmpegtsdemux.c b/gst/mpegdemux/gstmpegtsdemux.c
index cf990b092..7e9914768 100644
--- a/gst/mpegdemux/gstmpegtsdemux.c
+++ b/gst/mpegdemux/gstmpegtsdemux.c
@@ -868,7 +868,7 @@ gst_mpegts_demux_send_new_segment (GstMpegTSDemux * demux,
demux->base_pts = time = MPEGTIME_TO_GSTTIME (base_PCR);
GST_DEBUG_OBJECT (demux, "segment PTS to (%" G_GUINT64_FORMAT ") time: %"
- G_GUINT64_FORMAT, base_PCR, time);
+ GST_TIME_FORMAT, base_PCR, GST_TIME_ARGS (time));
if (demux->clock && demux->clock_base == GST_CLOCK_TIME_NONE) {
demux->clock_base = gst_clock_get_time (demux->clock);