mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
ges-layer.c: notify priority changes.
This commit is contained in:
parent
fc182b8026
commit
bc4186d9c8
1 changed files with 2 additions and 0 deletions
|
@ -359,6 +359,8 @@ ges_layer_set_priority (GESLayer * layer, guint priority)
|
|||
|
||||
ges_layer_resync_priorities (layer);
|
||||
}
|
||||
|
||||
g_object_notify (G_OBJECT (layer), "priority");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue