mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 17:05:52 +00:00
TimelineLayer: Document _set_priority
This commit is contained in:
parent
c0e21a4a69
commit
d8d1e95952
1 changed files with 8 additions and 0 deletions
|
@ -311,6 +311,14 @@ ges_timeline_layer_resync_priorities (GESTimelineLayer * layer)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
/**
|
||||
* ges_timeline_layer_set_priority:
|
||||
* @layer: a #GESTimelineLayer
|
||||
* @priority: the priority to set
|
||||
*
|
||||
* Sets the layer to the given @priority. See the documentation of
|
||||
* the "priority" property for more information.
|
||||
*/
|
||||
void
|
||||
ges_timeline_layer_set_priority (GESTimelineLayer * layer, guint priority)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue