mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Fixed bug where movie was constantly polled for seeking and paused/played.
This commit is contained in:
@@ -635,6 +635,7 @@ void MediaImpl::_checkMessages()
|
||||
|
||||
// Pipeline has prerolled/ready to play ///////////////
|
||||
case GST_MESSAGE_ASYNC_DONE:
|
||||
if (!_isMovieReady())
|
||||
{
|
||||
// Check if seeking is allowed.
|
||||
gint64 start, end;
|
||||
|
||||
Reference in New Issue
Block a user