diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-05-17 14:05:03 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-05-17 14:05:03 +0000 |
commit | 838e10c219faf33022c241d09acc74bd674e35e1 (patch) | |
tree | 626bef9bb5979bbc0eff296ab7d33f0b4ef481fd /ChangeLog | |
parent | 67515f39fc7b1bba1e15d065e21ae3ca2ebeba1e (diff) | |
download | gstreamer-plugins-bad-838e10c219faf33022c241d09acc74bd674e35e1.tar.gz |
gst/interleave/deinterleave.c: Always set the channel positions when gst_audio_get_channel_positions() returns someth...
Original commit message from CVS:
* gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
(gst_deinterleave_getcaps):
Always set the channel positions when gst_audio_get_channel_positions()
returns something, even if they're not set in the caps. This makes
sure that the output channels can be interleaved again correctly
in the mono/stereo cases too.
Don't ask for the peercaps of the current pad in getcaps() as this
might call getcaps() again and deadlock.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2008-05-17 Sebastian Dröge <slomo@circular-chaos.org> + + * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps), + (gst_deinterleave_getcaps): + Always set the channel positions when gst_audio_get_channel_positions() + returns something, even if they're not set in the caps. This makes + sure that the output channels can be interleaved again correctly + in the mono/stereo cases too. + + Don't ask for the peercaps of the current pad in getcaps() as this + might call getcaps() again and deadlock. + 2008-05-16 Sebastian Dröge <slomo@circular-chaos.org> * ext/timidity/gstwildmidi.c: (wildmidi_open_config): |