From 79b78818c8add99134de2947e13d49f0d9fa2068 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 15 Aug 2005 15:58:49 +0000 Subject: Fix debug. Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_event): * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header): Fix debug. --- gst/qtdemux/qtdemux.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst') 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); -- cgit