diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-08-15 15:58:49 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-08-15 15:58:49 +0000 |
commit | 638a8faf1386cab8fb66c068912f7500cd119e1f (patch) | |
tree | 2ab018a6d69d63dc4014c9728ff3cdbdf6342776 /gst | |
parent | b4b1210a9e84c877edccccf7a85776cae62e834e (diff) | |
download | gst-plugins-bad-638a8faf1386cab8fb66c068912f7500cd119e1f.tar.gz gst-plugins-bad-638a8faf1386cab8fb66c068912f7500cd119e1f.tar.bz2 gst-plugins-bad-638a8faf1386cab8fb66c068912f7500cd119e1f.zip |
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.c | 2 |
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); |