diff --git a/livesupport/modules/gstreamerElements/src/TestRunner.cxx b/livesupport/modules/gstreamerElements/src/TestRunner.cxx index 4be2760ce..44c33019d 100644 --- a/livesupport/modules/gstreamerElements/src/TestRunner.cxx +++ b/livesupport/modules/gstreamerElements/src/TestRunner.cxx @@ -22,7 +22,7 @@ Author : $Author: maroy $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/gstreamerElements/src/TestRunner.cxx,v $ ------------------------------------------------------------------------------*/ @@ -45,6 +45,8 @@ #error "Need getopt.h" #endif +#include + #include #include @@ -144,6 +146,9 @@ int main( int argc, char * argv[] ) throw () { + // initialize the gst parameters + gst_init(&argc, &argv); + if (!processArguments(argc, argv)) { return 0; }