mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
track: Disable last gap by default
And let the GESPipeline logic handle that
This commit is contained in:
parent
91ff8a8110
commit
bb10b9faa6
1 changed files with 1 additions and 0 deletions
|
@ -744,6 +744,7 @@ ges_track_init (GESTrack * self)
|
|||
self->priv->gaps = NULL;
|
||||
self->priv->mixing = TRUE;
|
||||
self->priv->restriction_caps = NULL;
|
||||
self->priv->last_gap_disabled = TRUE;
|
||||
|
||||
g_signal_connect (G_OBJECT (self->priv->composition), "notify::duration",
|
||||
G_CALLBACK (composition_duration_cb), self);
|
||||
|
|
Loading…
Reference in a new issue