pulseaudio/src
Tanu Kaskinen d27a650cd5 stream: Remove a volume channel validity check
The check is done for clients that use pa_stream_new() but not for
clients that use pa_stream_new_extended(). This is inconsistent. We
could check that the volume channels match the channels set in the
format info struct that is passed to pa_stream_new_extended(), but
that doesn't work if the format info doesn't contain the channel
information (that can happen if the client wants the server to choose
the channel count for the stream). And it should also be possible to
pass a mono volume for a multi-channel stream. The check could be
extended to handle all these cases, but I don't see much point in
wasting time on that. The server will anyway validate the stream
parameters, it's not particularly important to fail already when the
stream is being created at the client side.
2014-01-08 21:26:40 +02:00
..
daemon caps: Remove the FreeBSD implementation of pa_drop_caps() 2014-01-03 13:31:29 +02:00
modules module-rtp-recv: Add an argument for latency 2014-01-03 13:39:27 +02:00
pulse stream: Remove a volume channel validity check 2014-01-08 21:26:40 +02:00
pulsecore stream-util: Add pa_stream_get_volume_channel_map() 2014-01-08 21:26:40 +02:00
tests volume-test: Increase the allowed number of rouding errors 2014-01-03 14:15:31 +02:00
utils introspect: Fix ABI break introduced by b98a2e1 2013-11-05 21:26:34 +02:00
.gitignore bluetooth: Remove module-bluetooth-proximity 2013-09-29 16:54:36 +03:00
depmod.py remove remaining $ 2008-06-18 22:38:32 +02:00
Makefile.am stream-util: Add pa_stream_get_volume_channel_map() 2014-01-08 21:26:40 +02:00
map-file Add pa_channels_valid() 2013-12-15 11:44:35 +01:00