Just to ensure we are all on the same page, let me reiterate the issue I am trying to resolve.  <br><br>Basically, I'm trying to fix an issue with the playlist not automatically playing the next item in the playlist after completing playback of the currently playing item.  This had been working fine in previous versions of VLC that were in existence prior to the patch I mentioned above.  When I looked into the issue, I found that there was no longer any code in place to accommodate this automatic transitioning ability as there was in the previous versions due to the switch to using a MediaList instead of the Playlist.  I tried to resolve this issue by using the existing MediaListPlayer, however, as I describe in more detail here (<a href="http://mailman.videolan.org/pipermail/vlc-devel/2009-August/064366.html">http://mailman.videolan.org/pipermail/vlc-devel/2009-August/064366.html</a>), I ran into a threading deadlock whenever the currently playing item reached its end and tried to move onto the next media list item.  Ultimately, the deadlock is caused by an event callback trying to delete itself.<br>
<br>The simplest test case to replicate this issue would be to create a valid media player, media list, and media list player.  Add two short video files to a media list, set the media list and player for the media list player, start playback and the deadlock will occur as soon as the end of the first file is done playing.  <br>
<br><br><br><div class="gmail_quote">On Wed, Aug 19, 2009 at 10:22 AM, Pierre d'Herbemont <span dir="ltr"><<a href="mailto:pdherbemont@free.fr">pdherbemont@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Wed, Aug 19, 2009 at 12:27 PM, Jean-Baptiste<br>
Besnard<<a href="mailto:jbbesnard@actech-innovation.com">jbbesnard@actech-innovation.com</a>> wrote:<br>
</div><div class="im">> In my opinion the plugin should rely on the API for its stability. I<br>
> tried medialistplayer too but it seems quite unstable.<br>
<br>
</div>If you have a reduced test case, I'll be happy to look at it.<br>
<div><div></div><div class="h5"><br>
Pierre.<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br>