mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
ext/dts/gstdtsdec.*: Don't clobber the stack constructing the channels array.
Original commit message from CVS: * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels), (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame), (gst_dtsdec_chain), (gst_dtsdec_change_state): * ext/dts/gstdtsdec.h: Don't clobber the stack constructing the channels array. Make the element chain-based. DTS tracks can now be played.
This commit is contained in:
parent
38f505b3c8
commit
5f92c24678
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
|
||||
(gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
|
||||
(gst_dtsdec_chain), (gst_dtsdec_change_state):
|
||||
* ext/dts/gstdtsdec.h:
|
||||
Don't clobber the stack constructing the channels array.
|
||||
Make the element chain-based. DTS tracks can now be played.
|
||||
|
||||
2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst-libs/gst/audio/multichannel.h:
|
||||
|
|
Loading…
Reference in a new issue