ges: Initialize GstController in ges_init
authorEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 8 Jun 2010 16:36:37 +0000 (18:36 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 9 Jun 2010 09:28:46 +0000 (11:28 +0200)
ges/ges.c

index 15c357bd38da0cd8fc91e51defc0249b0758069c..dc7b83006b1f23551d2bc7e80cc6108d713ed149 100644 (file)
--- a/ges/ges.c
+++ b/ges/ges.c
@@ -19,6 +19,7 @@
  */
 
 #include <ges/ges.h>
+#include <gst/controller/gstcontroller.h>
 #include "ges-internal.h"
 
 GST_DEBUG_CATEGORY (ges_debug);
@@ -41,6 +42,7 @@ ges_init (void)
   /* initialize debugging category */
   GST_DEBUG_CATEGORY_INIT (ges_debug, "ges", GST_DEBUG_FG_YELLOW,
       "GStreamer Editing Services");
+  gst_controller_init (NULL, NULL);
 
   GST_DEBUG ("GStreamer Editing Services initialized");
 }