diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-02-10 06:46:14 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-02-10 06:46:14 +0000 |
commit | 074f554cd3771e02b591aa0219fda516b54029cd (patch) | |
tree | 30b7517b27d66117c2f4d3003e942606b8f78a7b | |
parent | 81e9c2335899ba023d7c43f017b36a5b813a591d (diff) |
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.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 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: |