#include <gst/gst.h>

int main(int argc,char *argv[]) {
  gst_init(&argc,&argv);

  exit (0);
}