diff options
author | Edward Hervey <bilboed@bilboed.com> | 2006-05-31 13:37:27 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2006-05-31 13:37:27 +0000 |
commit | 0050b26ee87669a533e46a35e75847d263c57120 (patch) | |
tree | 4d894712a7ae307fd120a72cc939b38c820c4ae9 /ChangeLog | |
parent | 5956f87dd82fec00b197fc6c106c28218250a52b (diff) | |
download | gst-plugins-bad-0050b26ee87669a533e46a35e75847d263c57120.tar.gz gst-plugins-bad-0050b26ee87669a533e46a35e75847d263c57120.tar.bz2 gst-plugins-bad-0050b26ee87669a533e46a35e75847d263c57120.zip |
ext/faad/gstfaad.c: Added GstSegment to control segments.
Original commit message from CVS:
* ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
(gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
(gst_faad_chain), (gst_faad_change_state):
Added GstSegment to control segments.
Added clipping/dropping of outgoing buffers in order to have accurate
seeking working properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-05-31 Edward Hervey <edward@fluendo.com> + + * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init), + (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer), + (gst_faad_chain), (gst_faad_change_state): + Added GstSegment to control segments. + Added clipping/dropping of outgoing buffers in order to have accurate + seeking working properly. + 2006-05-28 Tim-Philipp Müller <tim at centricular dot net> Patch by: Lutz Müller <lutz at topfrose de> |