projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
572f7ab
)
document timelineobject::priority
author
Brandon Lewis
<brandon@collabora.co.uk>
Fri, 9 Jul 2010 09:50:31 +0000
(11:50 +0200)
committer
Edward Hervey
<edward.hervey@collabora.co.uk>
Wed, 1 Sep 2010 14:56:02 +0000
(16:56 +0200)
ges/ges-timeline-object.c
patch
|
blob
|
history
diff --git
a/ges/ges-timeline-object.c
b/ges/ges-timeline-object.c
index 083f6bce4e722280f8ccc1680ba86f604b5954df..8c71064cd78e3d09afffc413e5115ca00a3cfd3d 100644
(file)
--- a/
ges/ges-timeline-object.c
+++ b/
ges/ges-timeline-object.c
@@
-153,6
+153,13
@@
ges_timeline_object_class_init (GESTimelineObjectClass * klass)
g_object_class_install_property (object_class, PROP_DURATION,
g_param_spec_uint64 ("duration", "Duration", "The duration to use",
0, G_MAXUINT64, GST_CLOCK_TIME_NONE, G_PARAM_READWRITE));
+
+ /**
+ * GESTimelineObject:priority
+ *
+ * The layer priority of the timeline object.
+ */
+
g_object_class_install_property (object_class, PROP_PRIORITY,
g_param_spec_uint ("priority", "Priority",
"The priority of the object", 0, G_MAXUINT, 0, G_PARAM_READWRITE));