projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d8ce82
)
ges: Initialize GstController in ges_init
author
Edward Hervey
<edward.hervey@collabora.co.uk>
Tue, 8 Jun 2010 16:36:37 +0000
(18:36 +0200)
committer
Edward Hervey
<edward.hervey@collabora.co.uk>
Wed, 9 Jun 2010 09:28:46 +0000
(11:28 +0200)
ges/ges.c
patch
|
blob
|
history
diff --git
a/ges/ges.c
b/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");
}