[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:46:44 CEST 2010


vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May  1 22:26:34 2010 +0300| [6e691adcbae7dceeb2344654f2326cac5f1a6f6a] | committer: Rémi Denis-Courmont 

XCB/XVideo: add debug message in case of problem with visuals

(cherry picked from commit d9fa51946ade253fd438f48ff7114180f4d55bf2)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=6e691adcbae7dceeb2344654f2326cac5f1a6f6a
---

 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