Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
04b436b8
Commit
04b436b8
authored
Jul 24, 2010
by
Rémi Denis-Courmont
Browse files
XCB/XVideo: include XVideo error code in grab error debug message
parent
0f19ceba
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/xcb/xvideo.c
View file @
04b436b8
...
...
@@ -431,7 +431,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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment