<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div><br></div>
<div>On Tue, Jul 3, 2018, at 12:06, Rémi Denis-Courmont wrote:<br></div>
<blockquote type="cite"><div>Yeah. I suspect it would be simpler overall to have the aout/vout at all times in the decoder and allow changing pause and rate even if there is no active output format.<br></div>
</blockquote><div><br></div>
<div>Yes, I also tried to call directly aout/vout pause/rate function from the input thread (like input_DecoderChangePause) but the vout_ChangePause function may be blocking. Maybe we can make it fully asynchronous by removing the call to vout_control_WaitEmpty().<br></div>
<div><br></div>
<blockquote type="cite"><div> <br></div>
<div> At least aout is already almost ready for that.<br></div>
<div><br></div>
<div defang_data-gmailquote="yes"><div>Le 3 juillet 2018 12:15:49 GMT+03:00, Thomas Guillem <thomas@gllm.fr> a écrit :<br></div>
<blockquote defang_data-gmailquote="yes" style="margin-top:0pt;margin-right:0pt;margin-bottom:0pt;margin-left:0.8ex;border-left-color:rgb(204, 204, 204);border-left-style:solid;border-left-width:1px;padding-left:1ex;"><pre><div>V2 can be found here: <a href="https://patches.videolan.org/patch/21082/">https://patches.videolan.org/patch/21082/</a><br></div>
<div><br></div>
<div>Difference between V2 and V3: adding a third patch that fix the pause/rate<br></div>
<div>state when the output is restarted.<br></div>
<div><br></div>
<div>Thomas Guillem (3):<br></div>
<div>  dec: lock aout/vout when read from DecoderThread<br></div>
<div>  dec: fix pause/rate not handled<br></div>
<div>  dec: update pause/rate when the output is restarted<br></div>
<div><br></div>
<div> src/input/decoder.c | 100 +++++++++++++++++++++++++++++++-------------<br></div>
<div> 1 file changed, 72 insertions(+), 28 deletions(-)<br></div>
</pre></blockquote></div>
<div><br></div>
<div>--<br></div>
<div> Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté. <br></div>
<div><u>_______________________________________________</u><br></div>
<div>vlc-devel mailing list<br></div>
<div>To unsubscribe or modify your subscription options:<br></div>
<div><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br></div>
</blockquote><div><br></div>
</body>
</html>