[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdemultimedia/xine_artsplugin
From:       Ewald Snel <ewald () rambo ! its ! tudelft ! nl>
Date:       2003-02-16 15:08:06
[Download RAW message or body]

CVS commit by snel: 

Fix audio dropouts


  M +2 -1      xinePlayObject_impl.cpp   1.14


--- kdemultimedia/xine_artsplugin/xinePlayObject_impl.cpp  #1.13:1.14
@@ -719,5 +719,6 @@ void xinePlayObject_impl::eventLoop()
         XNextEvent( display, &event );
 
-        if (event.type == Expose && event.xexpose.window == visual.d)
+        if (event.type == Expose && event.xexpose.count == 0 &&
+            event.xexpose.window == visual.d)
         {
             pthread_mutex_lock( &mutex );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic