[vlc-devel] [PATCH 1/2] stream: add stream_DemuxAlive

Rémi Denis-Courmont remi at remlab.net
Mon Apr 20 14:01:51 CEST 2015


Le 2015-04-20 14:50, Julian Scheel a écrit :
> So if there's any condition which can do that would you mind to 
> enlighten us
> about it, Remi?

I don't understand the question.

In any case, stream_Demux* is push-only interface. Any attempt to pull 
data from a stream_Demux is a dead lock waiting to happen - been there 
done that. If you need to pull data, don't use stream_Demux* is all I 
can say.

-- 
Rémi Denis-Courmont



More information about the vlc-devel mailing list