timeline-layer: Implement the Extractable type
authorThibault Saunier <thibault.saunier@collabora.com>
Thu, 29 Nov 2012 20:07:24 +0000 (17:07 -0300)
committerThibault Saunier <thibault.saunier@collabora.com>
Sat, 29 Dec 2012 22:36:51 +0000 (19:36 -0300)
We can imagine user implemts more Layer type, it could be usefull for formatters
to instanciate through a GESMaterial

ges/ges-timeline-layer.c

index 53e7b8e..249eeed 100644 (file)
@@ -44,7 +44,7 @@ static void ges_meta_container_interface_init
     (GESMetaContainerInterface * iface);
 
 G_DEFINE_TYPE_WITH_CODE (GESTimelineLayer, ges_timeline_layer,
-    G_TYPE_INITIALLY_UNOWNED,
+    G_TYPE_INITIALLY_UNOWNED, G_IMPLEMENT_INTERFACE (GES_TYPE_EXTRACTABLE, NULL)
     G_IMPLEMENT_INTERFACE (GES_TYPE_META_CONTAINER,
         ges_meta_container_interface_init));