From: Brandon Lewis Date: Tue, 19 Oct 2010 12:35:58 +0000 (+0100) Subject: GESTimeline: add more fixmes X-Git-Tag: 1.19.3~493^2~2539 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33bc336a112ca66934d96050612822c7804d317a;p=platform%2Fupstream%2Fgstreamer.git GESTimeline: add more fixmes --- diff --git a/ges/ges-timeline.c b/ges/ges-timeline.c index ce9e027..7e9e1a6 100644 --- a/ges/ges-timeline.c +++ b/ges/ges-timeline.c @@ -726,6 +726,10 @@ custom_find_track (TrackPrivate * priv, GESTrack * track) * Returns: TRUE if the track was properly added, else FALSE. */ +/* FIXME: create track objects for timeline objects which have already been + * added to existing layers. + */ + gboolean ges_timeline_add_track (GESTimeline * timeline, GESTrack * track) { @@ -796,6 +800,12 @@ ges_timeline_add_track (GESTimeline * timeline, GESTrack * track) * * Returns: TRUE if the @track was properly removed, else FALSE. */ + +/* FIXME: release any track objects associated with this layer. currenly this + * will not happen if you remove the track before removing *all* + * timelineobjects which have a track object in this track. + */ + gboolean ges_timeline_remove_track (GESTimeline * timeline, GESTrack * track) {