From e1cac75df4f713714eaf2c54ad6b0072fae1cb02 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sun, 14 Apr 2013 23:19:02 -0300 Subject: [PATCH] container: The TimelineElement.inpoint property is call "in-point" not inpoint --- ges/ges-container.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-container.c b/ges/ges-container.c index 6901372479..002b20282d 100644 --- a/ges/ges-container.c +++ b/ges/ges-container.c @@ -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",