summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/gstreamer/gstreamer.cpp
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@theqtcompany.com>2015-10-12 12:30:35 +0200
committerYoann Lopes <yoann.lopes@theqtcompany.com>2015-10-13 08:59:04 +0000
commita7297ed85bc58a1f242b49a643e3abbdc7cf7e24 (patch)
treedd2490c57c53c4bbfca80bb549cb99e2a72007b9 /config.tests/unix/gstreamer/gstreamer.cpp
parent07800a97277a9be8cf35f8427c6c74e951d7a68d (diff)
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: Christian Stromme <christian.stromme@theqtcompany.com>
Diffstat (limited to 'config.tests/unix/gstreamer/gstreamer.cpp')
-rw-r--r--config.tests/unix/gstreamer/gstreamer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.tests/unix/gstreamer/gstreamer.cpp b/config.tests/unix/gstreamer/gstreamer.cpp
index cc61498787..ae8200f093 100644
--- a/config.tests/unix/gstreamer/gstreamer.cpp
+++ b/config.tests/unix/gstreamer/gstreamer.cpp
@@ -37,6 +37,5 @@
int main(int, char**)
{
- gst_is_initialized();
return 0;
}