[vlc-devel] BUG in familiar interface
Jean-Paul Saman
jpsaman at wxs.nl
Mon Dec 16 23:11:28 CET 2002
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:
void
on_toolbar_forward_clicked (GtkButton *button,
gpointer user_data)
{
intf_thread_t * p_intf = GtkGetIntf( button );
if( p_intf->p_sys->p_input != NULL )
{
input_SetStatus( p_intf->p_sys->p_input, INPUT_STATUS_FASTER );
}
else msg_Err(p_intf, "p_intf->p_sys->p_input is NULL" );
}
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.
The log is attached.
Greetings,
Jean-Paul Saman.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: error.log
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20021216/0f766266/attachment.ksh>
More information about the vlc-devel
mailing list