ges-track: Do not set removed object state

It is the composition to handle
This commit is contained in:
Thibault Saunier 2014-08-28 10:20:24 +02:00
parent 8913c14c58
commit 6bd27667eb

View file

@ -331,8 +331,6 @@ remove_object_internal (GESTrack * track, GESTrackElement * object)
GST_WARNING ("Failed to remove nleobject from composition");
return FALSE;
}
gst_element_set_state (nleobject, GST_STATE_NULL);
}
g_signal_handlers_disconnect_by_func (object, sort_track_elements_cb, NULL);