summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-02-05 07:36:01 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-02-05 07:36:01 +0000
commit0f2ce485841ad0b4088f40763915cfbca437d119 (patch)
tree90ca5d581f625feef0cc6f4760284c3c0ec2ef94 /ChangeLog
parent4203ac3c102d61202a5e630dd69607931b6b75f3 (diff)
downloadgst-plugins-bad-0f2ce485841ad0b4088f40763915cfbca437d119.tar.gz
gst-plugins-bad-0f2ce485841ad0b4088f40763915cfbca437d119.tar.bz2
gst-plugins-bad-0f2ce485841ad0b4088f40763915cfbca437d119.zip
ext/mpeg2dec/gstmpeg2dec.*: The libmpeg2 user-allocated buffer management is awkward, to say the least. Hopefully thi...
Original commit message from CVS: * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder), (gst_mpeg2dec_reset), (free_all_buffers), (gst_mpeg2dec_alloc_buffer), (handle_sequence): * ext/mpeg2dec/gstmpeg2dec.h: The libmpeg2 user-allocated buffer management is awkward, to say the least. Hopefully this fixes things.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d55fb1e..d22de6d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
+ * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
+ (gst_mpeg2dec_reset), (free_all_buffers),
+ (gst_mpeg2dec_alloc_buffer), (handle_sequence):
+ * ext/mpeg2dec/gstmpeg2dec.h:
+ The libmpeg2 user-allocated buffer management is awkward,
+ to say the least. Hopefully this fixes things.
+
2005-02-04 Andy Wingo <wingo@pobox.com>
* gst/audioconvert/bufferframesconvert.c