summaryrefslogtreecommitdiff
path: root/ges
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2015-02-19 19:29:36 +0100
committerThibault Saunier <tsaunier@gnome.org>2015-03-20 13:53:41 +0100
commit761067b6859cb2252c2e2cefcf3498293bde50ee (patch)
tree51f12634afb4f218771381260200ace5ef742074 /ges
parent396196dfdf29a6b150f12c627ceee7ca74fba69c (diff)
structure-interface: rename layer-priority to layer.
+ And add a short name for it in ges-launch.
Diffstat (limited to 'ges')
-rw-r--r--ges/ges-structured-interface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ges/ges-structured-interface.c b/ges/ges-structured-interface.c
index 387a6cfb..74654940 100644
--- a/ges/ges-structured-interface.c
+++ b/ges/ges-structured-interface.c
@@ -206,6 +206,8 @@ _ges_add_clip_from_struct (GESTimeline * timeline, GstStructure * structure,
TRY_GET ("name", G_TYPE_STRING, &name, NULL);
TRY_GET ("layer-priority", G_TYPE_INT, &layer_priority,
g_list_length (timeline->layers));
+ TRY_GET ("layer", G_TYPE_INT, &layer_priority,
+ g_list_length (timeline->layers));
TRY_GET ("type", G_TYPE_STRING, &type_string, "GESUriClip");
TRY_GET ("start", GST_TYPE_CLOCK_TIME, &start, 0);
TRY_GET ("inpoint", GST_TYPE_CLOCK_TIME, &inpoint, 0);