<div class="gmail_quote">On Tue, Aug 11, 2009 at 10:50 PM, Jakob Leben <span dir="ltr"><<a href="mailto:jakob.leben@gmail.com">jakob.leben@gmail.com</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;">
<br>Or maybe libvlc could be so modified that a media list doesn't need to hold a reference to a libvlc media player, but the opposite way: a media player get's data from a media list - so on the other hand the vlc executable does the same, avoiding the media player.</blockquote>
</div><br>Oh, sorry, that was media_list_player_t, that was referencing media_player_t. I take it back.<br><br>Well, it seems to me that libvlc_media_list can easily colaborate with non libvlc_media_list_player code via input_item_t that every libvlc_media_t references. I don't understand why we should port the whole qt4 interface to libvlc as opposed to just use it's media_list_t?<br>