ext/dts/gstdtsdec.*: Don't clobber the stack constructing the channels array.
authorJan Schmidt <thaytan@mad.scientist.com>
Thu, 10 Feb 2005 06:46:14 +0000 (06:46 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Thu, 10 Feb 2005 06:46:14 +0000 (06:46 +0000)
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.

ChangeLog

index 14ca0d4..e9b2f5a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: