From: Thibault Saunier Date: Wed, 21 Nov 2012 13:22:41 +0000 (-0300) Subject: track: Implement the GESMetaContainer interface X-Git-Tag: 1.19.3~493^2~2113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=571e9c63d8f4dafc52db1b7f66d30f843fbd4e00;p=platform%2Fupstream%2Fgstreamer.git track: Implement the GESMetaContainer interface --- diff --git a/ges/ges-track.c b/ges/ges-track.c index 052a366..e29c0f4 100644 --- a/ges/ges-track.c +++ b/ges/ges-track.c @@ -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 */