mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
ges-track: Do not set removed object state
It is the composition to handle
This commit is contained in:
parent
8913c14c58
commit
6bd27667eb
1 changed files with 0 additions and 2 deletions
|
@ -331,8 +331,6 @@ remove_object_internal (GESTrack * track, GESTrackElement * object)
|
||||||
GST_WARNING ("Failed to remove nleobject from composition");
|
GST_WARNING ("Failed to remove nleobject from composition");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
gst_element_set_state (nleobject, GST_STATE_NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
g_signal_handlers_disconnect_by_func (object, sort_track_elements_cb, NULL);
|
g_signal_handlers_disconnect_by_func (object, sort_track_elements_cb, NULL);
|
||||||
|
|
Loading…
Reference in a new issue