<div>Hi Pierre,</div>
<div> </div>
<div>The output window is DirectX. If I use <font size="2">libvlc_video_set_parent the video plays in the window I pass to it. If I use <font size="2">libvlc_media_instance_set_drawable instead it doesn't work, I get the standard DirectX output window in which the video plays and my window remais blank. 
</font></font></div>
<div><font size="2"><font size="2"></font></font> </div>
<div><font size="2"><font size="2">At least I have one way of doing what I need, which is fine for me.</font></font></div>
<div> </div>
<div>Jacques<br><br></div>
<div class="gmail_quote">On Jan 21, 2008 1:05 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 class="Ih2E3d"><br>On Jan 21, 2008, at 6:38 PM, jboileau wrote:<br><br>> Well I was using libvlc_video_set_parent and giving it an already<br>> created window handle and it worked fine.<br>><br>> But what I really need and want to do now is have a child window to
<br>> an existing main window in which to play the video. I was wondering<br>> if I need to create a window and make it a child of my main window<br>> using media_instance_set_drawable or does libvlc creates its own
<br>> window and I need to make that window a child of my main window<br>> using libvlc_video_set_parent or something else entirely.<br>><br>> I just need the VLC output window to be a child of my main window.
<br><br></div>libvlc does nothing regarding window management the only entry points<br>are the (get_|set_)drawable/set_parent, which manipulates drawable.<br>You want to create the child window yourself, and pass to the<br>
video_ouput driver using set_drawable (or set_parent). If it doesn't<br>work you'll need to fix the vlc video_output module you are using.<br><br>Hope that helps!<br><br>Pierre.<br>_______________________________________________
<br>
<div>
<div></div>
<div class="Wj3C7c">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><br clear="all"><br>-- <br>Jacques Boileau