mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
track: Implement the GESMetaContainer interface
This commit is contained in:
parent
b39ed6a379
commit
571e9c63d8
1 changed files with 3 additions and 1 deletions
|
@ -32,8 +32,10 @@
|
|||
#include "ges-internal.h"
|
||||
#include "ges-track.h"
|
||||
#include "ges-track-object.h"
|
||||
#include "ges-meta-container.h"
|
||||
|
||||
G_DEFINE_TYPE (GESTrack, ges_track, GST_TYPE_BIN);
|
||||
G_DEFINE_TYPE_WITH_CODE (GESTrack, ges_track, GST_TYPE_BIN,
|
||||
G_IMPLEMENT_INTERFACE (GES_TYPE_META_CONTAINER, NULL));
|
||||
|
||||
/* Structure that represents gaps and keep knowledge
|
||||
* of the gaps filled in the track */
|
||||
|
|
Loading…
Reference in a new issue