mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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
This commit is contained in:
parent
ad00c228c4
commit
063bc37a35
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ static void ges_meta_container_interface_init
|
||||||
(GESMetaContainerInterface * iface);
|
(GESMetaContainerInterface * iface);
|
||||||
|
|
||||||
G_DEFINE_TYPE_WITH_CODE (GESTimelineLayer, ges_timeline_layer,
|
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,
|
G_IMPLEMENT_INTERFACE (GES_TYPE_META_CONTAINER,
|
||||||
ges_meta_container_interface_init));
|
ges_meta_container_interface_init));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue