gstregistrygenerator/src/gstregistrygenerator.cpp
changeset 2 5505e8908944
child 7 567bb019e3e3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gstregistrygenerator/src/gstregistrygenerator.cpp	Fri Jan 22 09:59:59 2010 +0200
@@ -0,0 +1,13 @@
+#include <gst/gst_global.h>
+#include <stdlib.h>
+#include <gst/gst.h>
+#include <glib.h>
+#include <string.h>
+
+int
+main (int argc, char *argv[])
+{
+  //This will update registry
+  gst_init (&argc, &argv);  
+  return 0;
+}