<div>Hi Pierre,</div>
<div> </div>
<div>Well yes the problem is with the release of the media instance and it probably make sense that it hangs there. But I don't know how to do things diffrently. If I need to create a new media descriptor and then get a new media instance from it, if I don't release the previous one won't I end up with memory leaks? Here is what I do in my event callback. Any suggestions on what to do differently for things to work?
</div>
<div> </div>
<div>I detach from the event manager (libvlc_event_detach)</div>
<div>I release the media instance (libvlc_media_instance_release)</div>
<div>--> and it hangs right here as expected <---</div>
<div>I create a new media descriptor (libvlc_media_descriptor_new)</div>
<div>I add options (<font size="2">libvlc_media_descriptor_add_option)</font></div>
<div>I create a media instance (<font size="2">libvlc_media_instance_new_from_media_descriptor)</font></div>
<div>I release the media descriptor (<font size="2">libvlc_media_descriptor_release)</font></div>
<div>I get the new event manager (<font size="2">libvlc_media_instance_event_manager)</font></div>
<div>I attach to it (<font size="2">libvlc_event_attach)</font></div>
<div><font size="2">I start the play (<font size="2">libvlc_media_instance_play)</font></font></div>
<div> </div>
<div>I hope this helps you figure things out. Let me know if you need more details.</div>
<div> </div>
<div>As always: thanks for your help it is greatly appreciated!</div>
<div> </div>
<div>Jacques<br><br></div>
<div class="gmail_quote">On Jan 23, 2008 5:58 PM, Pierre d'Herbemont <<a href="mailto:pdherbemont@free.fr">pdherbemont@free.fr</a>> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div style="WORD-WRAP: break-word">
<div class="Ih2E3d"><br>
<div>
<div>On Jan 23, 2008, at 10:48 PM, jboileau wrote:</div><br>
<blockquote type="cite">My reason to do that is to be able to start a new play from inside the <font size="2">libvlc_MediaInstanceReachedEnd event. I may not be doing things correctly but presently it simply hangs in my callback. Probably because I am trying to release something that is probably what is calling me back! :-) The media descriptor. I have circumvented the problem by posting myself a message (I am working under Windowzzzz) and this lets me do what I want since in the handler for this message I am out of the libvlc_MediaInstanceReachedEnd event callback. But I would rather not have to resort to this double callback scheme to get things working. 
</font><br></blockquote></div><br></div>
<div>This is a bit weird cause you shouldn't get issue when releasing the media descriptor in the media_instance callback, unless you are releasing the media instance that currently plays the media descriptor.</div>
<div><br></div>
<div>Tell me if you encounters more trouble, I'll have a look over the weekend.</div><font color="#888888">
<div><br></div>
<div>Pierre.</div></font></div><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><br></blockquote></div>