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

Paul Clark paul at packetship.com
Thu Jun 25 13:07:35 CEST 2015


On 25/06/15 11:52, Rémi Denis-Courmont wrote:
>
>>  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.
>

OK, then would it be enough for TimeoutPrevention() to lock the mutex 
used to serialise Demux() and Control() calls around its interaction 
with LIVE555?  I've just been looking at vlc_threads.h - is it one of 
the global locks, or if not is there some other way a module can get 
hold of it?

Thanks

Paul



More information about the vlc-devel mailing list