From 98ec7850a3c3789402526dbdf5a40b55096ae6ca Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 23 Jul 2007 18:03:54 +0000 Subject: gst/qtdemux/qtdemux.c: Clip raw audio and video when we can, keep track of current output segment. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment), (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps): Clip raw audio and video when we can, keep track of current output segment. Don't leak buffers and events when there is no output pad. Improve debugging here and there. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2dab82a8..2ef9a3d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-07-23 Wim Taymans + + * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment), + (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie), + (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps): + Clip raw audio and video when we can, keep track of current output + segment. + Don't leak buffers and events when there is no output pad. + Improve debugging here and there. + 2007-07-23 Stefan Kost * configure.ac: -- cgit