summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-05-17 14:05:03 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-05-17 14:05:03 +0000
commit838e10c219faf33022c241d09acc74bd674e35e1 (patch)
tree626bef9bb5979bbc0eff296ab7d33f0b4ef481fd /ChangeLog
parent67515f39fc7b1bba1e15d065e21ae3ca2ebeba1e (diff)
downloadgst-plugins-bad-838e10c219faf33022c241d09acc74bd674e35e1.tar.gz
gst-plugins-bad-838e10c219faf33022c241d09acc74bd674e35e1.tar.bz2
gst-plugins-bad-838e10c219faf33022c241d09acc74bd674e35e1.zip
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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0646e83f..e866440a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):