mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +00:00
ges-clip: when a child, is removed, disconnect from its notifies.
This commit is contained in:
parent
8458d0220e
commit
c527067953
1 changed files with 3 additions and 0 deletions
|
@ -349,6 +349,9 @@ _child_added (GESContainer * container, GESTimelineElement * element)
|
|||
static void
|
||||
_child_removed (GESContainer * container, GESTimelineElement * element)
|
||||
{
|
||||
g_signal_handlers_disconnect_by_func (element, _child_priority_changed_cb,
|
||||
container);
|
||||
|
||||
_compute_height (container);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue