mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
container: The TimelineElement.inpoint property is call "in-point" not inpoint
This commit is contained in:
parent
cdd00ed207
commit
e1cac75df4
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ ges_container_add (GESContainer * container, GESTimelineElement * child)
|
|||
g_signal_connect (G_OBJECT (child), "notify::duration",
|
||||
G_CALLBACK (_child_duration_changed_cb), container);
|
||||
mapping->inpoint_notifyid =
|
||||
g_signal_connect (G_OBJECT (child), "notify::inpoint",
|
||||
g_signal_connect (G_OBJECT (child), "notify::in-point",
|
||||
G_CALLBACK (_child_inpoint_changed_cb), container);
|
||||
mapping->priority_notifyid =
|
||||
g_signal_connect (G_OBJECT (child), "notify::priority",
|
||||
|
|
Loading…
Reference in a new issue