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
6bbefadb
Commit
6bbefadb
authored
Jul 17, 2012
by
Tristan Matthews
Browse files
* #13650: added video test case to reproduce bug
parent
16b792a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/video/test/test_video_preview.cpp
View file @
6bbefadb
...
...
@@ -44,12 +44,14 @@ void VideoPreviewTest::testPreview()
args
[
"height"
]
=
"480"
;
sfl_video
::
VideoPreview
preview
(
args
);
sleep
(
1
0
);
sleep
(
1
);
}
int
main
()
{
VideoPreviewTest
test
;
test
.
testPreview
();
for
(
int
i
=
0
;
i
<
20
;
++
i
)
{
VideoPreviewTest
test
;
test
.
testPreview
();
}
return
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