diff options
-rw-r--r-- | ChangeLog | 6 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | gst/qtdemux/qtdemux.c | 2 |
3 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-08-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * ext/faad/gstfaad.c: (gst_faad_event): + * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header): + Fix debug. + +2005-08-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (qtdemux_video_caps): Forwardport from 0.8 to implement RLE. diff --git a/common b/common -Subproject 856fbbfa88621ab67df141ead8d4d3df32c5c17 +Subproject fae12c87727e1a701975d0e72078e844c25f499 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); |