From f686395012c96b59111ee6f8caafbc19c58fac06 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 11 Sep 2005 19:00:57 +0000 Subject: [PATCH] From Sonda Iverson, fix for repeated pause/unpause toggleing in Xine plugin --- src/osgPlugins/xine/ReaderWriterXine.cpp | 1 + 1 file changed, 1 insertion(+) 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 {