[pulseaudio-discuss] [ANNOUNCE] PulseAudio 2.99.2 (3.0 RC2)

2012-11-17 Thread Arun Raghavan
Hello, I just uploaded the second release candidate for the 3.0 release. It's mostly a bunch of bug fixes. We fixed one big outstanding problem with pausing/unpausing high latency streams. This was a pretty intrusive change, so testing would be appreciated. If all goes smoothly, this should be the

[pulseaudio-discuss] pavucontrol: Allow volume adjustment of apps that play sounds only briefly

2012-11-17 Thread Julian Sikorski
Hi list, This was originally posted on Red Hat Bugzilla [1]: Skype makes sounds when friends log off, log on, and other times. The sounds skype makes are played for only a second. pavucontrol lists skype for that brief period. This is not enough time to change the volume at which skype makes

[pulseaudio-discuss] [PATCH 0/3] rtp: Configurable source IP

2012-11-17 Thread Robin H. Johnson
From: Robin H. Johnson robb...@gentoo.org On a multi-homed system, the user may wish RTP to be used only on specific interfaces. The default binding of 0.0.0.0 for the source address causes SAP multicast on all interfaces, which is not ideal. Introduce a new module argument, srcip, that allows

[pulseaudio-discuss] [PATCH 2/3] rtp: rename modarg destination to dstip

2012-11-17 Thread Robin H. Johnson
From: Robin H. Johnson robb...@gentoo.org The module argument 'source' already has special meaning as the pa_source, however, the argument 'destination' expects an IP address. Prior to introducing 'srcip', for the source IP address, rename the 'destination' argument to 'dstip'. Include

[pulseaudio-discuss] [PATCH 3/3] rtp: Introduce source IP configuration with srcip

2012-11-17 Thread Robin H. Johnson
From: Robin H. Johnson robb...@gentoo.org On a multi-homed system, the user may wish RTP to be used only on specific interfaces. The default binding of 0.0.0.0 for the source address causes SAP multicast on all interfaces, which is not ideal. Introduce a new module argument, srcip, that allows

[pulseaudio-discuss] [PATCH 1/3] rtp: Cleanup variable naming.

2012-11-17 Thread Robin H. Johnson
From: Robin H. Johnson robb...@gentoo.org Before introducing new functionality, clarify the variable names dest - dst_addr sa[46] - dst_sa[46] sap_sa[46] - dst_sap_sa[46] Signed-off-by: Robin H. Johnson robb...@gentoo.org --- src/modules/rtp/module-rtp-send.c | 46