Fixed bug where movie was constantly polled for seeking and paused/played.

This commit is contained in:
Tats
2014-10-21 19:24:56 +00:00
parent fa400b9788
commit 898eb67f9d
+1
View File
@@ -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;