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
savoirfairelinux
jami-daemon
Commits
352db40f
Commit
352db40f
authored
Sep 13, 2013
by
Guillaume Roguez
Browse files
#29564: fix video test_shm built
parent
3f25fc6d
Changes
1
Show whitespace changes
Inline
Side-by-side
daemon/src/video/test/test_shm.cpp
View file @
352db40f
...
...
@@ -52,7 +52,7 @@ const char test_data[] = "abcdefghijklmnopqrstuvwxyz";
void
sink_thread
()
{
SHMSink
sink
(
"bob"
);;
sfl_video
::
SHMSink
sink
(
"bob"
);;
if
(
!
sink
.
start
())
return
;
std
::
vector
<
unsigned
char
>
test_vec
(
test_data
,
test_data
+
sizeof
(
test_data
)
/
sizeof
(
test_data
[
0
]));
...
...
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