Skip to content
Snippets Groups Projects
Commit 6bbefadb authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #13650: added video test case to reproduce bug

parent 16b792a7
No related branches found
No related tags found
No related merge requests found
......@@ -44,12 +44,14 @@ void VideoPreviewTest::testPreview()
args["height"] = "480";
sfl_video::VideoPreview preview(args);
sleep(10);
sleep(1);
}
int main ()
{
for (int i = 0; i < 20; ++i) {
VideoPreviewTest test;
test.testPreview();
}
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment