From 898eb67f9daa69c78f3bd192620937dd043479e1 Mon Sep 17 00:00:00 2001 From: Tats Date: Tue, 21 Oct 2014 19:24:56 +0000 Subject: [PATCH] Fixed bug where movie was constantly polled for seeking and paused/played. --- MediaImpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/MediaImpl.cpp b/MediaImpl.cpp index d3f3506..9ba2aeb 100644 --- a/MediaImpl.cpp +++ b/MediaImpl.cpp @@ -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;