container: The TimelineElement.inpoint property is call "in-point" not inpoint

This commit is contained in:
Thibault Saunier 2013-04-14 23:19:02 -03:00
parent cdd00ed207
commit e1cac75df4

View file

@ -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",