gstreamer/ext/pulse
Sebastian Dröge 3f541452c4 pulsesink: Only set the volume on stream connection if pulse >= 0.9.20 is available
In older versions the volume set during stream connection had
no defined sematic and usually it was a relative volume. What
was needed for our use case is an absolute volume though, otherwise
the volume will be always decreased on stream connection if it's
less than 100%.
Since pulse 0.9.20 that volume is always an absolute volume if
flat volumes are used and relative otherwise, which is the same
as for pa_context_set_sink_input_volume().

Relevant pulse changesets:
http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=f27a50691c8fe45bac7dd6b21fac91a359def3a1
http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=2501687579e359d5032a4d165b2ffc8f5b1b8ba6
2009-10-30 09:27:59 +01:00
..
Makefile.am Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
plugin.c pulsesink: Initialize gettext for the translated strings in plugin_init() 2009-10-17 09:00:00 +02:00
pulsemixer.c pulse: small cleanups 2009-09-08 19:34:09 +02:00
pulsemixer.h Add pulseaudio GStreamer element from gst-pulse. Development will continue here instead of pulseaudio SVN. Fixes bug ... 2008-06-10 06:45:33 +00:00
pulsemixerctrl.c pulse: loop while connecting to server 2009-10-17 08:48:23 +02:00
pulsemixerctrl.h pulse: make a few things smaller by making them bitfields 2009-10-17 08:48:21 +02:00
pulsemixertrack.c ext/pulse/: Use GST_BOILERPLATE everywhere and fix coding style at some places. 2008-08-20 17:46:48 +00:00
pulsemixertrack.h Add pulseaudio GStreamer element from gst-pulse. Development will continue here instead of pulseaudio SVN. Fixes bug ... 2008-06-10 06:45:33 +00:00
pulseprobe.c pulse: mainloop creation can fail too, so handle that 2009-10-17 08:48:23 +02:00
pulseprobe.h pulse: make a few things smaller by making them bitfields 2009-10-17 08:48:21 +02:00
pulsesink.c pulsesink: Only set the volume on stream connection if pulse >= 0.9.20 is available 2009-10-30 09:27:59 +01:00
pulsesink.h pulse: make a few things smaller by making them bitfields 2009-10-17 08:48:21 +02:00
pulsesrc.c pulsesrc: guard fragment size with a lower limit based on latency-time 2009-10-06 20:54:20 +03:00
pulsesrc.h pulse: make a few things smaller by making them bitfields 2009-10-17 08:48:21 +02:00
pulseutil.c pulsesink: add 24bit sample formats 2009-07-14 16:14:34 +02:00
pulseutil.h Rewrite the pulse plugin, conditionally enabling new behaviour with 2009-01-28 20:34:40 +00:00