it seems phonon-xine can handle sound streams via data, so feel brave enough and enabling the embedded sounds code

svn path=/trunk/KDE/kdegraphics/okular/; revision=717456
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent cc3c2badba
commit e8bad1f69d
  1. 2
      core/audioplayer.cpp

@ -147,7 +147,6 @@ bool AudioPlayerPrivate::play( const SoundInfo& si )
}
case Sound::Embedded:
{
#if 0 // disable because of broken bytestream in xine :(
QByteArray filedata = si.sound->data();
kDebug() << "[AudioPlayer::Playinfo::play()] Embedded," << filedata.length();
if ( !filedata.isEmpty() )
@ -162,7 +161,6 @@ bool AudioPlayerPrivate::play( const SoundInfo& si )
valid = true;
kDebug() << "[AudioPlayer::Playinfo::play()] PLAY data";
}
#endif
break;
}
}

Loading…
Cancel
Save