[vlc-devel] [PATCH 2/3] sout: add an interrupt context
Thomas Guillem
thomas at gllm.fr
Mon Feb 12 19:00:34 CET 2018
On Mon, Feb 12, 2018, at 18:56, Rémi Denis-Courmont wrote:
> NO.
>
> Interrupt is explicitly a backward compatibility hack with fundamental design
> limitations and was specifically meant to work around the design of the input
> thread. There is absolutely no point in using that on stream output, or more
> generally anything with push (rather than pull) data flow.
I don't get it, writes on file systems can block like reads, no ?
Otherwise, I can add a sout_Cancel like I did for the vout.
>
> --
> 雷米‧德尼-库尔蒙
> https://www.remlab.net/
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list