mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
GESTimelineObject: Fix doc of priority property
This commit is contained in:
parent
fd15030ff1
commit
9d8ee15a20
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ typedef gboolean (*FillTrackObjectFunc) (GESTimelineObject * object,
|
|||
* GES_TIMELINE_OBJECT_PRIORITY:
|
||||
* @obj: a #GESTimelineObject
|
||||
*
|
||||
* The priority of the object (in nanoseconds).
|
||||
* The priority of the object.
|
||||
*/
|
||||
#define GES_TIMELINE_OBJECT_PRIORITY(obj) (((GESTimelineObject*)obj)->priority)
|
||||
|
||||
|
|
Loading…
Reference in a new issue