Commit d9fa5194 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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

parent e9117abc
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment