[vlc-devel] [PATCH] Handle GET_PARAMETER keepalive responses during PAUSE

Rémi Denis-Courmont remi at remlab.net
Thu Jun 25 12:52:21 CEST 2015


Le 2015-06-25 12:39, Paul Clark a écrit :
> Maybe the core VLC
> developers can point me to another mechanism for getting regular
> flow-of-control within the main thread - some kind of Tick() function
> - which could be used to send the GET_PARAMETER independently of
> whether it is paused or not?

There is no such thing. The demuxer needs its own thread to perform 
work during pause.

>  I'm hoping, BTW, that Demux() and Control() are always called in the
> same thread?

All calls to Demux() and Control() are serialized by the caller.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list