mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
timeline: Sync track enable_update property with parent
When we add a track to a timeline, we want it "enable update" property to be set to the timeline's
This commit is contained in:
parent
be765f564c
commit
284648e536
1 changed files with 2 additions and 0 deletions
|
@ -2513,6 +2513,8 @@ ges_timeline_add_track (GESTimeline * timeline, GESTrack * track)
|
||||||
/* Inform the track that it's currently being used by ourself */
|
/* Inform the track that it's currently being used by ourself */
|
||||||
ges_track_set_timeline (track, timeline);
|
ges_track_set_timeline (track, timeline);
|
||||||
|
|
||||||
|
ges_track_enable_update (track, timeline->priv->updates_enabled);
|
||||||
|
|
||||||
GST_DEBUG ("Done adding track, emitting 'track-added' signal");
|
GST_DEBUG ("Done adding track, emitting 'track-added' signal");
|
||||||
|
|
||||||
/* emit 'track-added' */
|
/* emit 'track-added' */
|
||||||
|
|
Loading…
Reference in a new issue