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

XCB/XVideo: include XVideo error code in grab error debug message

(cherry picked from commit 04b436b8b54cf0b08c510a0e28c0d77b0a880e3f)
parent ad6ce995
......@@ -433,7 +433,8 @@ static int Open (vlc_object_t *obj)
p_sys->port = port;
goto grabbed_port;
}
msg_Dbg (vd, "cannot grab port %"PRIu32, port);
msg_Dbg (vd, "cannot grab port %"PRIu32": Xv error %"PRIu8, port,
result);
}
continue; /* No usable port */
......
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