Re: [pulseaudio-discuss] [PATCH v2 4/8] core: move sink-inputs conditionally when update default_sink

2019-07-01 Thread Tanu Kaskinen
On Mon, 2019-07-01 at 08:03 +0200, Georg Chini wrote: > On 01.07.19 07:08, Tanu Kaskinen wrote: > > On Sun, 2019-06-30 at 13:52 +0200, Georg Chini wrote: > > > On 17.01.19 07:53, Hui Wang wrote: > > > > When the default sink changes, the streams from the old default sink > > > > should be moved to

Re: [pulseaudio-discuss] [PATCH] bluetooth: Fix crash when disabling Bluetooth adapter

2019-07-01 Thread Tanu Kaskinen
On Wed, 2019-06-19 at 11:09 +0200, Frédéric Danis wrote: > This crash occurs when PA is connected to a phone through the oFono > backend. > When disabling the Bluetooth adapter, pa_bluetooth_device is removed before > hf_audio_card. Both keep refs on pa_bluetooth_transport. Those removal will > cal

Re: [pulseaudio-discuss] pulseaudio master is frozen

2019-07-01 Thread Tanu Kaskinen
On Mon, 2019-07-01 at 11:29 +0530, Arun Raghavan wrote: > Hi folks, > As we were discussing, 13.0 is a bit overdue, so we're freezing > master now. Release tracker issue is at: > > https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/174 > > Just as a refresher, this means we will not be

Re: [pulseaudio-discuss] [PATCH v2] bluetooth: Fix crash in setup_stream()

2019-07-01 Thread Tanu Kaskinen
On Tue, 2019-06-18 at 10:15 +0200, Frédéric Danis wrote: > setup_stream() crashes when calling set_nonblock() with an invalid > stream_fd. > > On a new call, the ofono backend gets notified of a new connection. > The ofono backend sets the transport state to playing, and that triggers > a profile

Re: [pulseaudio-discuss] Pavucontrol on Flathub

2019-07-01 Thread Arun Raghavan
On Tue, 2 Jul 2019, at 10:28 AM, Tanu Kaskinen wrote: [...] > Once we've set up the procedures for maintaining the flatpak ourselves, > is there any reason to have a separate repository for it? Shouldn't the > flatpak stuff go to the main pavucontrol repo? Not that I have anything > against having

Re: [pulseaudio-discuss] Pavucontrol on Flathub

2019-07-01 Thread Tanu Kaskinen
On Mon, 2019-07-01 at 11:34 +0530, Arun Raghavan wrote: > On Mon, 1 Jul 2019, at 11:26 AM, Tanu Kaskinen wrote: > > On Sat, 2019-06-29 at 10:37 +0530, Arun Raghavan wrote: > > > Hi folks, > > > Just a heads-up -- Will Thompson has nice enough to create a flatpak > > > for pavucontrol. It's on flath

Re: [pulseaudio-discuss] [PATCH v2 4/8] core: move sink-inputs conditionally when update default_sink

2019-07-01 Thread Tanu Kaskinen
On Mon, 2019-07-01 at 08:48 +0200, Georg Chini wrote: > On 01.07.19 08:03, Georg Chini wrote: > > On 01.07.19 07:08, Tanu Kaskinen wrote: > > > On Sun, 2019-06-30 at 13:52 +0200, Georg Chini wrote: > > > > On 17.01.19 07:53, Hui Wang wrote: > > > > > When the default sink changes, the streams from

Re: [pulseaudio-discuss] [PATCH v2 7/8] sink: move the streams to the default_sink when the sink is unlinked

2019-07-01 Thread Georg Chini
On 17.01.19 07:53, Hui Wang wrote: When a sink is unlinked, all streams of this sink are moved to default_sink, this action is implemented in the core rather than modules now. Signed-off-by: Hui Wang --- src/modules/module-stream-restore.c | 50 - src/pulsecore/si