Problem w/ debug output and xvideo
Steve Brown
sbrown at cortland.com
Tue Apr 17 20:13:07 CEST 2001
While trying to track down a problem with a ts stream, I got a Gdk error
and immediate exit, but only when using xvideo.
The following change seemed to fix it:
Index: plugins/x11/vout_xvideo.c
===================================================================
RCS file: /var/cvs/videolan/vlc/plugins/x11/vout_xvideo.c,v
retrieving revision 1.7
diff -u -r1.7 vout_xvideo.c
--- plugins/x11/vout_xvideo.c 2001/04/15 04:46:41 1.7
+++ plugins/x11/vout_xvideo.c 2001/04/17 17:21:45
@@ -239,7 +239,7 @@
if( (p_vout->p_sys->xv_port = XVideoGetPort(
p_vout->p_sys->p_display ))<0 )
return 1;
- intf_DbgMsg( 1, "Using xv port %d" , p_vout->p_sys->xv_port );
+ intf_DbgMsg( "Using xv port %d" , p_vout->p_sys->xv_port );
#if 0
/* XXX The brightness and contrast values should be read from
environment
===================================================================
Steve
More information about the vlc
mailing list