<div class="gmail_quote">2009/8/12 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net">remi@remlab.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div id=":z0" class="ii gt">We're trying to get rid of playlist item and input item IDs. As regards<br>
input items, it's almost complete except for the Qt4 UI...</div></blockquote></div><br>Funny, this whole big debate about playlist and libvlc was fired because I believed that the "getting rid of IDs" that you are talking about was refering to the libvlc media_list code :)<br>
<br>After all that, I believe you must be talking about src/input code. So src/playlist is about to follow those changes? May you please make a quick description of the mechanism by which concurrent access to data is about to be protected?<br>
<br>I am just wandering if those changes could allow to remove the PLItem of the Qt4 playlist and PLModel could permanently store playlist_item_t * directly.<br>