[vlc-devel] Re: BUG in familiar interface
Gildas Bazin
gbazin at netcourrier.com
Tue Dec 17 00:55:32 CET 2002
On Monday 16 December 2002 23:11, Jean-Paul Saman wrote:
> In the familiar interface the buttons rewind, forward and pause do not
> work. Although the code does the same as in vlc-0.4.6 and in th gtk+
> interface. If I'm right then the code should look like this:
>
> also for pause and rewind. What I see is that p_intf->p_xys->p_input
> seems to NULL. Why ? It is retreived in the same way as in 0.4.6 and th
> gtk plugin.
>
It appears that you don't have a Manage( intf_thread_t *p_intf ) function
like we do in gtk.c. In the gtk plugin this function takes care of
assigning a new value to p_intf->p_sys->p_input as soon as a new input is
run. Look into gtk.c line 372.
Hope this helps,
--
Gildas
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list