mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
timeline: Minor documentation addition
This commit is contained in:
parent
241e809a81
commit
3ba6dec976
1 changed files with 3 additions and 0 deletions
|
@ -161,6 +161,9 @@ ges_layer_class_init (GESLayerClass * klass)
|
||||||
* priority. Conceptually, a #GESTimeline is a stack of GESLayers,
|
* priority. Conceptually, a #GESTimeline is a stack of GESLayers,
|
||||||
* and the priority of the layer represents its position in the stack. Two
|
* and the priority of the layer represents its position in the stack. Two
|
||||||
* layers should not have the same priority within a given GESTimeline.
|
* layers should not have the same priority within a given GESTimeline.
|
||||||
|
*
|
||||||
|
* Note that the timeline needs to be commited (with #ges_timeline_commit)
|
||||||
|
* for the change to be taken into account.
|
||||||
*/
|
*/
|
||||||
g_object_class_install_property (object_class, PROP_PRIORITY,
|
g_object_class_install_property (object_class, PROP_PRIORITY,
|
||||||
g_param_spec_uint ("priority", "Priority",
|
g_param_spec_uint ("priority", "Priority",
|
||||||
|
|
Loading…
Reference in a new issue