mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +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-internal.h"
|
||||||
#include "ges-track.h"
|
#include "ges-track.h"
|
||||||
#include "ges-track-object.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
|
/* Structure that represents gaps and keep knowledge
|
||||||
* of the gaps filled in the track */
|
* of the gaps filled in the track */
|
||||||
|
|
Loading…
Reference in a new issue