|
|
@ -722,7 +722,7 @@ VideoWindow::xineEventListener( void *p, const xine_event_t* xineEvent )
|
|
|
|
case XINE_EVENT_MRL_REFERENCE: {
|
|
|
|
case XINE_EVENT_MRL_REFERENCE: {
|
|
|
|
//FIXME this is not the right way, it will have bugs
|
|
|
|
//FIXME this is not the right way, it will have bugs
|
|
|
|
debug() << "XINE_EVENT_MRL_REFERENCE\n";
|
|
|
|
debug() << "XINE_EVENT_MRL_REFERENCE\n";
|
|
|
|
engine->m_url = TQString::fromUtf8( ((xine_mrl_reference_data_t*)xineEvent->data)->mrl );
|
|
|
|
engine->m_url = TQString::fromUtf8( ((xine_mrl_reference_data_ext_t*)xineEvent->data)->mrl );
|
|
|
|
TQTimer::singleShot( 0, engine, SLOT(play()) );
|
|
|
|
TQTimer::singleShot( 0, engine, SLOT(play()) );
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|