mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
ges: Misc documentation fixes
This commit is contained in:
parent
7e25aaeccc
commit
29bfe9c0fe
2 changed files with 3 additions and 3 deletions
|
@ -774,8 +774,8 @@ ges_clip_move_to_layer (GESClip * clip, GESLayer * layer)
|
|||
* Note: If many objects match, then the one with the highest priority will be
|
||||
* returned.
|
||||
*
|
||||
* Returns: (transfer full): The #GESTrackElement used by @track, else %NULL.
|
||||
* Unref after usage.
|
||||
* Returns: (transfer full): The #GESTrackElement used by @track, else %NULL,
|
||||
* Unref after usage
|
||||
*/
|
||||
|
||||
GESTrackElement *
|
||||
|
|
|
@ -249,7 +249,7 @@ ges_custom_source_clip_new (GESFillTrackElementUserFunc func,
|
|||
* Helper constructor to instanciate a new #GESAsset from which you can
|
||||
* extract #GESCustomSourceClip-s
|
||||
*
|
||||
* Returns: The new #GESAsset.
|
||||
* Returns: The new #GESAsset
|
||||
*/
|
||||
GESAsset *
|
||||
ges_asset_custom_source_clip_new (GESFillTrackElementUserFunc func,
|
||||
|
|
Loading…
Reference in a new issue