mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
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)
This commit is contained in:
parent
336b9c7fb0
commit
9ec22a6634
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
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:
|
||||
|
|
Loading…
Reference in a new issue