summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2005-02-13 16:10:15 +0000
committerBenjamin Otte <otte@gnome.org>2005-02-13 16:10:15 +0000
commit9ec22a66345a48f8530dd86d72aad0778d1ff72b (patch)
tree7586c7128ec23a8f52f54478618dcd92ddbdb983
parent336b9c7fb09f9f583abee1f9e95df4ae40d95769 (diff)
downloadgst-plugins-bad-9ec22a66345a48f8530dd86d72aad0778d1ff72b.tar.gz
gst-plugins-bad-9ec22a66345a48f8530dd86d72aad0778d1ff72b.tar.bz2
gst-plugins-bad-9ec22a66345a48f8530dd86d72aad0778d1ff72b.zip
gst/audioconvert/gstchannelmix.h: include missing header file
Original commit message from CVS: * gst/audioconvert/gstchannelmix.h: include missing header file * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_fill_compatible): use same sign for both channels when converting to/from compatible channel. Previously used different signs made the signals cancel each other out and appear like silence. (fixes #167269)
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd69df37..1e30fa3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-02-13 Benjamin Otte <otte@gnome.org>
+
+ * gst/audioconvert/gstchannelmix.h:
+ include missing header file
+ * gst/audioconvert/gstchannelmix.c:
+ (gst_audio_convert_fill_compatible):
+ use same sign for both channels when converting to/from compatible
+ channel. Previously used different signs made the signals cancel
+ each other out and appear like silence. (fixes #167269)
+
2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
* gst/ffmpegcolorspace/avcodec.h: