In src/control/libvlc_internal.h I see the definition of  libvlc_instance_t which has a pointer to a p_liblvc_int and the definition of libvlc_media_instance_t.<br><br><a href="http://wiki.videolan.org/LibVLC_Tutorial">http://wiki.videolan.org/LibVLC_Tutorial</a> indicates that using VLC_TimeSet is "legacy" and I'm having trouble using it, so I'm wondering how to use the "new" stuff.  <br>
<br>I agree that wiki's can send you down rat-holes, but sometimes they can be more enlightening than digging through the code.<br><br><br><br><br><div class="gmail_quote">On Thu, Nov 13, 2008 at 8:38 AM, Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:rem@videolan.org">rem@videolan.org</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;">Le jeudi 13 novembre 2008 18:31:31 null null, vous avez écrit :<br>
<div class="Ih2E3d">> I'm experimenting with a plugin that uses intf_thread_t.  I tried doing<br>
> something like<br>
>  VLC_TimeSet(p_intf->p_libvlc->i_object_id, 10, 0);<br>
> But now I see that I'm supposed to be using the new API.<br>
> <a href="http://wiki.videolan.org/LibVLC_Tutorial" target="_blank">http://wiki.videolan.org/LibVLC_Tutorial</a><br>
><br>
> Its not clear to me how I'm supposed to get a libvlc_instance_t pointer<br>
> from a libvlc_int_t<br>
<br>
</div>That's probably a typo for the same thing.<br>
<div class="Ih2E3d"><br>
> or how to get a libvlc_media_instance_t for a libvlc_int_t.<br>
<br>
</div>Probably a typo for libvlc_media_t.<br>
<br>
Bottom line: never trust unrestricted wikis.<br>
<font color="#888888"><br>
--<br>
Rémi Denis-Courmont<br>
<a href="http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary" target="_blank">http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary</a><br>
</font></blockquote></div><br>