<br><br><div class="gmail_quote">On Mon, Dec 5, 2011 at 6:00 AM,  <span dir="ltr"><<a href="mailto:vlc-devel-request@videolan.org">vlc-devel-request@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Send vlc-devel mailing list submissions to<br>
        <a href="mailto:vlc-devel@videolan.org">vlc-devel@videolan.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:vlc-devel-request@videolan.org">vlc-devel-request@videolan.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:vlc-devel-owner@videolan.org">vlc-devel-owner@videolan.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of vlc-devel digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: [PATCH] Qt4: Add media opened in the command line to MRL<br>
      (#5404) (R?mi Denis-Courmont)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 05 Dec 2011 07:48:41 +0100<br>
From: R?mi Denis-Courmont <<a href="mailto:remi@remlab.net">remi@remlab.net</a>><br>
To: Mailing list for VLC media player developers<br>
        <<a href="mailto:vlc-devel@videolan.org">vlc-devel@videolan.org</a>><br>
Subject: Re: [vlc-devel] [PATCH] Qt4: Add media opened in the command<br>
        line to MRL (#5404)<br>
Message-ID: <<a href="mailto:6e288e974450fb6a3a10ef5355aa56ac@chewa.net">6e288e974450fb6a3a10ef5355aa56ac@chewa.net</a>><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
On Sun, 4 Dec 2011 21:07:09 -0500, Edward Wang<br>
<<a href="mailto:edward.c.wang@compdigitec.com">edward.c.wang@compdigitec.com</a>> wrote:<br>
> This patch will add the new feature in bug #5404 (<br>
> <a href="http://trac.videolan.org/vlc/ticket/5404" target="_blank">http://trac.videolan.org/vlc/ticket/5404</a>) and the GCI task - Qt4: Add<br>
media<br>
> opened in the command line to MRL. Attached is the patch file.<br>
<br>
This cannot work. There is no warranty that the playlist is stable and<br>
frozen at that point in the code. For instance, if the command line had a<br>
playlist item in it, the input thread may already be half-way through<br>
parsing the playlist.<br>
<br>
You cannot do this.<br>
<br>
--<br>
R?mi Denis-Courmont<br>
<a href="http://www.remlab.net/" target="_blank">http://www.remlab.net/</a><br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
vlc-devel mailing list<br>
<a href="mailto:vlc-devel@videolan.org">vlc-devel@videolan.org</a><br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br>
<br>
End of vlc-devel Digest, Vol 55, Issue 24<br>
*****************************************<br>
</blockquote></div><br>Then how else might I do it? Perhaps with a mutex or locking mechanism? Please help me.<br><br>Thanks,<br>Edward Wang<br>