summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorYoung-Ho Cha <ganadist@chollian.net>2007-03-02 18:10:06 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-03-02 18:10:06 +0000
commitc8e4999eb02d68383f9c59aedd58f8b977969afa (patch)
treeb55b41cbf3b5bb9c0798c034865ee83a198f5fc9 /ChangeLog
parent5e1e68c06852a560f7b5c4cef88e9b758bd81871 (diff)
downloadgst-plugins-bad-c8e4999eb02d68383f9c59aedd58f8b977969afa.tar.gz
gst-plugins-bad-c8e4999eb02d68383f9c59aedd58f8b977969afa.tar.bz2
gst-plugins-bad-c8e4999eb02d68383f9c59aedd58f8b977969afa.zip
ext/dts/gstdtsdec.c: Don't do forced downmixing to stereo, but check what downstream can do and let libdts do the dow...
Original commit message from CVS: Patch by: Young-Ho Cha <ganadist at chollian net> * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame), (gst_dtsdec_change_state): Don't do forced downmixing to stereo, but check what downstream can do and let libdts do the downmixing based on that (#400555).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04d714a6..d5160fb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-03-02 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: Young-Ho Cha <ganadist at chollian net>
+
+ * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
+ (gst_dtsdec_change_state):
+ Don't do forced downmixing to stereo, but check what downstream
+ can do and let libdts do the downmixing based on that (#400555).
+
+2007-03-02 Tim-Philipp Müller <tim at centricular dot net>
+
Patch by: Lutz Mueller <lutz topfrose de>
* ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),