track: Implement the GESMetaContainer interface

This commit is contained in:
Thibault Saunier 2012-11-21 10:22:41 -03:00
parent b39ed6a379
commit 571e9c63d8

View file

@ -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 */