]> git.sesse.net Git - vlc/blobdiff - plugins/x11/vout_xvideo.c
* Mandatory step for video output IV and the audio output quality
[vlc] / plugins / x11 / vout_xvideo.c
index 7b627a4e1bfdeb2f27e6f372c56a7b1691b47ac3..6cd0ef1ecd2876017fbb8cfb5cb4092982ec1a73 100644 (file)
@@ -2,7 +2,7 @@
  * vout_xvideo.c: Xvideo video output display method
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000, 2001 VideoLAN
- * $Id: vout_xvideo.c,v 1.11 2001/04/26 03:55:44 sam Exp $
+ * $Id: vout_xvideo.c,v 1.13 2001/05/01 04:18:18 sam Exp $
  *
  * Authors: Shane Harper <shanegh@optusnet.com.au>
  *          Vincent Seguin <seguin@via.ecp.fr>
@@ -207,7 +207,7 @@ static int vout_Probe( probedata_t *p_data )
         return( 999 );
     }
 
-    return( 110 );
+    return( 60 );
 }
 
 /*****************************************************************************
@@ -483,14 +483,12 @@ static int vout_Manage( vout_thread_t *p_vout )
             p_vout->p_sys->b_mouse_pointer_visible = 1; 
             XVideoSetMousePointer( p_vout ); 
         }
-#ifdef DEBUG
         /* Other event */
         else
         {
-            intf_DbgMsg( "%p -> unhandled event type %d received",
+            intf_WarnMsg( 1, "%p -> unhandled event type %d received",
                          p_vout, xevent.type );
         }
-#endif
     }
 
     /* Handle events for YUV video output sub-window */