Unverified Commit 6eb0173e authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8375 from andrewvoznytsa/pr-DISABLE_VIDEOSTREAMING-fix3

Fix DISABLE_VIDEOSTREAMING build (again)
parents eae48e1f 977d89c0
......@@ -198,6 +198,6 @@ void initializeVideoStreaming(int &argc, char* argv[], int gstDebuglevel)
qmlRegisterType<GLVideoItemStub>("org.freedesktop.gstreamer.GLVideoItem", 1, 0, "GstGLVideoItem");
Q_UNUSED(argc)
Q_UNUSED(argv)
Q_UNUSED(debuglevel)
Q_UNUSED(gstDebuglevel)
#endif
}
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