From 063bc37a35f904a00da19c7880eb3865364089a4 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 29 Nov 2012 17:07:24 -0300 Subject: [PATCH] timeline-layer: Implement the Extractable type We can imagine user implemts more Layer type, it could be usefull for formatters to instanciate through a GESMaterial --- ges/ges-timeline-layer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-timeline-layer.c b/ges/ges-timeline-layer.c index 53e7b8e79b..249eeed905 100644 --- a/ges/ges-timeline-layer.c +++ b/ges/ges-timeline-layer.c @@ -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));