diff --git a/src/osgPlugins/xine/ReaderWriterXine.cpp b/src/osgPlugins/xine/ReaderWriterXine.cpp index fbf2bcbd4..8bc8f68ae 100644 --- a/src/osgPlugins/xine/ReaderWriterXine.cpp +++ b/src/osgPlugins/xine/ReaderWriterXine.cpp @@ -95,6 +95,7 @@ class XineImageStream : public osg::ImageStream if (_status==PAUSED) { xine_set_param (_stream, XINE_PARAM_SPEED, XINE_SPEED_NORMAL); + _status=PLAYING; } else {