mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
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.
This commit is contained in:
parent
00e24dc560
commit
d255c23470
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
2005-02-04 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* gst/audioconvert/bufferframesconvert.c
|
* gst/audioconvert/bufferframesconvert.c
|
||||||
|
|
Loading…
Reference in a new issue