summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-15 15:58:49 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-15 15:58:49 +0000
commit79b78818c8add99134de2947e13d49f0d9fa2068 (patch)
tree26963336edc75e7c1a3cc30a34c8e467361d12c2 /gst
parent0df0fa7a35b2abfd4b0a5c8b64f9c744f69359b3 (diff)
Fix debug.
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_event): * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header): Fix debug.
Diffstat (limited to 'gst')
-rw-r--r--gst/qtdemux/qtdemux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index 0dee27cd..b419e24f 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -667,6 +667,8 @@ gst_qtdemux_loop_header (GstPad * pad)
GST_CLOCK_TIME_NONE, 0);
gint n;
+ GST_DEBUG ("Discont to %" GST_TIME_FORMAT,
+ GST_TIME_ARGS (GST_BUFFER_TIMESTAMP (buf)));
qtdemux->need_discont = FALSE;
for (n = 0; n < qtdemux->n_streams; n++) {
gst_event_ref (event);