gst/audioconvert/gstchannelmix.h: include missing header file
authorBenjamin Otte <otte@gnome.org>
Sun, 13 Feb 2005 16:10:15 +0000 (16:10 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 13 Feb 2005 16:10:15 +0000 (16:10 +0000)
commit2c2205e5187053643bccdb2ee8f35a129455927e
treea189a15d6584c7b4fba1137c3c88e4287bfc1478
parent1035891ecd25f0817ba33265521e5a62ba5dc237
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)
ChangeLog