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

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

parent 0f19ceba
...@@ -431,7 +431,8 @@ static int Open (vlc_object_t *obj) ...@@ -431,7 +431,8 @@ static int Open (vlc_object_t *obj)
p_sys->port = port; p_sys->port = port;
goto grabbed_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 */ 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