Commit 006cdeee authored by Bernd Weimer's avatar Bernd Weimer
Browse files

QNX: Fix end of media notification


When auto-play is on, EndOfMedia would not be emitted. This is due to
a workaround for mmrenderer, that wrongly ignored stop events.
Once media is played stop events will always have to be processed.

Change-Id: I1cfd665bb06638ee3c86807aecc51e78f9baa938
Reviewed-by: default avatarRafael Roquetto <rafael.roquetto@kdab.com>
Showing with 1 addition and 0 deletions
......@@ -546,6 +546,7 @@ void MmRendererMediaPlayerControl::play()
return;
}
m_stopEventsToIgnore = 0; // once playing, stop events must be proccessed
setState( QMediaPlayer::PlayingState);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment