PlaylistEvent::stop error: GstreamerPlayer not opened yet
void PlaylistEvent :: stop(void) throw () { DEBUG_BLOCK try { audioPlayer->stop(); audioPlayer->close(); } catch (std::logic_error &e) { // TODO: handle error // NOTE: this may not be an error, because the user may have stopped // the playback manually (see Scheduler::StopCurrentlyPlayingMethod) std::cerr << "PlaylistEvent::stop error: " << std::endl; std::cerr << e.what() << std::endl; } state = stopped; }
It looks like you're new here. If you want to get involved, click one of these buttons!