avmedia/source/opengl/oglplayer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6b2cd65b8370ff8a2be2e4effa59139cd0f5a7b5
Author: Jan Holesovsky <ke...@collabora.com>
Date:   Fri Sep 19 18:34:52 2014 +0200

    Related fdo#84000: Improve framerate of the models.
    
    This will start working when we switch to using high-precision timers.
    
    Change-Id: I2115cb3e044578bac1a30c008d787613ec81570a

diff --git a/avmedia/source/opengl/oglplayer.cxx 
b/avmedia/source/opengl/oglplayer.cxx
index c7f0c05..36f5e68 100644
--- a/avmedia/source/opengl/oglplayer.cxx
+++ b/avmedia/source/opengl/oglplayer.cxx
@@ -121,7 +121,7 @@ bool OGLPlayer::create( const OUString& rURL )
     }
 
     // Set timer
-    m_aTimer.SetTimeout(10);
+    m_aTimer.SetTimeout(1);
     m_aTimer.SetTimeoutHdl(LINK(this,OGLPlayer,TimerHandler));
     return true;
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to