|
|
@ -937,7 +937,7 @@ XineEngine::XineEventListener( void *p, const xine_event_t* xineEvent )
|
|
|
|
/// xine has read the stream and found it actually links to something else
|
|
|
|
/// xine has read the stream and found it actually links to something else
|
|
|
|
/// so we need to play that instead
|
|
|
|
/// so we need to play that instead
|
|
|
|
|
|
|
|
|
|
|
|
TQString message = TQString::fromUtf8( static_cast<xine_mrl_reference_data_t*>(xineEvent->data)->mrl );
|
|
|
|
TQString message = TQString::fromUtf8( static_cast<xine_mrl_reference_data_ext_t*>(xineEvent->data)->mrl );
|
|
|
|
TQCustomEvent *e = new TQCustomEvent( 3004 );
|
|
|
|
TQCustomEvent *e = new TQCustomEvent( 3004 );
|
|
|
|
e->setData( new TQString( message ) );
|
|
|
|
e->setData( new TQString( message ) );
|
|
|
|
|
|
|
|
|
|
|
|