From 4ab89b397e32c041fd8174071a7686b8547643d0 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 20 Aug 2008 17:17:55 +0000 Subject: ext/pulse/: If downstream provides no channel layout and >2 channels should be used use the default layout that pulse... Original commit message from CVS: * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init), (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate), (gst_pulsesrc_prepare): * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map), (gst_pulse_channel_map_to_gst): * ext/pulse/pulseutil.h: If downstream provides no channel layout and >2 channels should be used use the default layout that pulseaudio chooses and also add this layout to the caps. Fixes bug #547258. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c309f777..cbf9ebe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-08-20 Sebastian Dröge + + * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init), + (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate), + (gst_pulsesrc_prepare): + * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map), + (gst_pulse_channel_map_to_gst): + * ext/pulse/pulseutil.h: + If downstream provides no channel layout and >2 channels should be + used use the default layout that pulseaudio chooses and also + add this layout to the caps. Fixes bug #547258. + 2008-08-20 Wim Taymans Patch by: Peter Kjellerstedt -- cgit