From Sonda Iverson, fix for repeated pause/unpause toggleing in Xine plugin
This commit is contained in:
parent
1def1e0d53
commit
f686395012
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user