Commit a7297ed8 authored by Yoann Lopes's avatar Yoann Lopes
Browse files

Fix gstreamer configuration test.


Don't use gst_is_initialized(). It was added in 0.10.31, but we don't
actually require that version.

Change-Id: If5d662e18511cf636861bf93eeccc1f5b69e26f1
Reviewed-by: default avatarChristian Stromme <christian.stromme@theqtcompany.com>
parent 07800a97
No related merge requests found
Showing with 0 additions and 1 deletion
......@@ -37,6 +37,5 @@
int main(int, char**)
{
gst_is_initialized();
return 0;
}
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