Re: [pulseaudio-discuss] [PATCH v2] pipe-source: suspend source when no writers connected to fifo

2018-02-14 Thread Raman Shishniou
On 02/13/2018 06:41 PM, Georg Chini wrote: > On 13.02.2018 11:27, Raman Shishniou wrote: >> On 02/13/2018 11:58 AM, Georg Chini wrote: >>> On 12.02.2018 17:23, Tanu Kaskinen wrote: On Sat, 2018-02-10 at 23:08 +0100, Georg Chini wrote: > On 10.02.2018 23:04, Raman Shishniou wrote: >>

Re: [pulseaudio-discuss] [PATCH v2] pipe-source: suspend source when no writers connected to fifo

2018-02-13 Thread Georg Chini
On 13.02.2018 11:27, Raman Shishniou wrote: On 02/13/2018 11:58 AM, Georg Chini wrote: On 12.02.2018 17:23, Tanu Kaskinen wrote: On Sat, 2018-02-10 at 23:08 +0100, Georg Chini wrote: On 10.02.2018 23:04, Raman Shishniou wrote: On 02/11/2018 12:43 AM, Georg Chini wrote: On 10.02.2018 22:25,

Re: [pulseaudio-discuss] [PATCH v2] pipe-source: suspend source when no writers connected to fifo

2018-02-13 Thread Raman Shishniou
On 02/13/2018 11:58 AM, Georg Chini wrote: > On 12.02.2018 17:23, Tanu Kaskinen wrote: >> On Sat, 2018-02-10 at 23:08 +0100, Georg Chini wrote: >>> On 10.02.2018 23:04, Raman Shishniou wrote: On 02/11/2018 12:43 AM, Georg Chini wrote: > On 10.02.2018 22:25, Raman Shuishniou wrote: >>

Re: [pulseaudio-discuss] [PATCH v2] pipe-source: suspend source when no writers connected to fifo

2018-02-13 Thread Georg Chini
On 12.02.2018 17:23, Tanu Kaskinen wrote: On Sat, 2018-02-10 at 23:08 +0100, Georg Chini wrote: On 10.02.2018 23:04, Raman Shishniou wrote: On 02/11/2018 12:43 AM, Georg Chini wrote: On 10.02.2018 22:25, Raman Shuishniou wrote: 10.02.2018 23:59, Georg Chini пишет: On 08.02.2018 17:58, Raman

Re: [pulseaudio-discuss] [PATCH v2] pipe-source: suspend source when no writers connected to fifo

2018-02-12 Thread Tanu Kaskinen
On Sat, 2018-02-10 at 23:08 +0100, Georg Chini wrote: > On 10.02.2018 23:04, Raman Shishniou wrote: > > On 02/11/2018 12:43 AM, Georg Chini wrote: > > > On 10.02.2018 22:25, Raman Shuishniou wrote: > > > > 10.02.2018 23:59, Georg Chini пишет: > > > > > On 08.02.2018 17:58, Raman Shyshniou wrote: >

Re: [pulseaudio-discuss] [PATCH v2] pipe-source: suspend source when no writers connected to fifo

2018-02-10 Thread Georg Chini
On 10.02.2018 23:04, Raman Shishniou wrote: On 02/11/2018 12:43 AM, Georg Chini wrote: On 10.02.2018 22:25, Raman Shuishniou wrote: 10.02.2018 23:59, Georg Chini пишет: On 08.02.2018 17:58, Raman Shyshniou wrote: Make pipe-source suspended if all writers closed fifo. Source will

Re: [pulseaudio-discuss] [PATCH v2] pipe-source: suspend source when no writers connected to fifo

2018-02-10 Thread Raman Shishniou
On 02/11/2018 12:43 AM, Georg Chini wrote: > On 10.02.2018 22:25, Raman Shuishniou wrote: >> 10.02.2018 23:59, Georg Chini пишет: >>> On 08.02.2018 17:58, Raman Shyshniou wrote: Make pipe-source suspended if all writers closed fifo. Source will be automatically unsuspended if

Re: [pulseaudio-discuss] [PATCH v2] pipe-source: suspend source when no writers connected to fifo

2018-02-10 Thread Georg Chini
On 10.02.2018 22:25, Raman Shuishniou wrote: 10.02.2018 23:59, Georg Chini пишет: On 08.02.2018 17:58, Raman Shyshniou wrote: Make pipe-source suspended if all writers closed fifo. Source will be automatically unsuspended if any data will be written to pipe and suspended again

Re: [pulseaudio-discuss] [PATCH v2] pipe-source: suspend source when no writers connected to fifo

2018-02-10 Thread Raman Shuishniou
10.02.2018 23:59, Georg Chini пишет: On 08.02.2018 17:58, Raman Shyshniou wrote: Make pipe-source suspended if all writers closed fifo. Source will be automatically unsuspended if any data will be written to pipe and suspended again when last writer closed fifo. ---  

Re: [pulseaudio-discuss] [PATCH v2] pipe-source: suspend source when no writers connected to fifo

2018-02-10 Thread Georg Chini
On 08.02.2018 17:58, Raman Shyshniou wrote: Make pipe-source suspended if all writers closed fifo. Source will be automatically unsuspended if any data will be written to pipe and suspended again when last writer closed fifo. --- src/modules/module-pipe-source.c | 114

[pulseaudio-discuss] [PATCH v2] pipe-source: suspend source when no writers connected to fifo

2018-02-08 Thread Raman Shyshniou
Make pipe-source suspended if all writers closed fifo. Source will be automatically unsuspended if any data will be written to pipe and suspended again when last writer closed fifo. --- src/modules/module-pipe-source.c | 114 +-- 1 file changed,