summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-05-31 13:37:27 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-05-31 13:37:27 +0000
commit0050b26ee87669a533e46a35e75847d263c57120 (patch)
tree4d894712a7ae307fd120a72cc939b38c820c4ae9 /ChangeLog
parent5956f87dd82fec00b197fc6c106c28218250a52b (diff)
downloadgst-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ad1bc58..0ebe0b69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>