mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
GESTimeline: add more fixmes
This commit is contained in:
parent
d1bdd2ddf2
commit
33bc336a11
1 changed files with 10 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue