mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
ges: Sprinkle around some Since: 1.16 markers
This commit is contained in:
parent
99cee9218b
commit
214987bd8a
4 changed files with 8 additions and 0 deletions
|
@ -1864,6 +1864,8 @@ ges_timeline_element_paste (GESTimelineElement * self,
|
|||
* Returns: The priority of the first layer the element is in (note that only
|
||||
* groups can span over several layers). %GES_TIMELINE_ELEMENT_NO_LAYER_PRIORITY
|
||||
* means that the element is not in a layer.
|
||||
*
|
||||
* Since: 1.16
|
||||
*/
|
||||
guint32
|
||||
ges_timeline_element_get_layer_priority (GESTimelineElement * self)
|
||||
|
|
|
@ -2565,6 +2565,8 @@ ges_timeline_paste_element (GESTimeline * timeline,
|
|||
* the timeline. If @new_layer_priority is superior than the number
|
||||
* of layers present in the time, it will move to the end of the
|
||||
* stack of layers.
|
||||
*
|
||||
* Since: 1.16
|
||||
*/
|
||||
gboolean
|
||||
ges_timeline_move_layer (GESTimeline * timeline, GESLayer * layer,
|
||||
|
|
|
@ -533,6 +533,8 @@ ges_uri_clip_asset_new (const gchar * uri, GCancellable * cancellable,
|
|||
* Finalize the request of an async #GESUriClipAsset
|
||||
*
|
||||
* Returns: (transfer full): The #GESUriClipAsset previously requested
|
||||
*
|
||||
* Since: 1.16
|
||||
*/
|
||||
GESUriClipAsset *
|
||||
ges_uri_clip_asset_finish (GAsyncResult * res, GError ** error)
|
||||
|
|
|
@ -390,6 +390,8 @@ ges_init_check (int *argc, char **argv[], GError ** err)
|
|||
* or ges_init_check().
|
||||
*
|
||||
* Returns: %TRUE if initialization has been done, %FALSE otherwise.
|
||||
*
|
||||
* Since: 1.16
|
||||
*/
|
||||
gboolean
|
||||
ges_is_initialized (void)
|
||||
|
|
Loading…
Reference in a new issue