[vlc-commits] commit: XCB/XVideo: add debug message in case of problem with visuals ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sat May 1 21:28:56 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 1 22:26:34 2010 +0300| [d9fa51946ade253fd438f48ff7114180f4d55bf2] | committer: Rémi Denis-Courmont
XCB/XVideo: add debug message in case of problem with visuals
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d9fa51946ade253fd438f48ff7114180f4d55bf2
---
modules/video_output/xcb/xvideo.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/video_output/xcb/xvideo.c b/modules/video_output/xcb/xvideo.c
index 57e17cf..66b3853 100644
--- a/modules/video_output/xcb/xvideo.c
+++ b/modules/video_output/xcb/xvideo.c
@@ -468,6 +468,7 @@ static int Open (vlc_object_t *obj)
}
}
xcb_xv_ungrab_port (conn, p_sys->port, XCB_CURRENT_TIME);
+ msg_Dbg (vd, "no usable X11 visual");
continue; /* No workable XVideo format (visual/depth) */
created_window:
More information about the vlc-commits
mailing list