mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
flowcombiner: fix g-i transfer annotations
This commit is contained in:
parent
ecd8fd3511
commit
f6e2dee6f9
1 changed files with 2 additions and 2 deletions
|
@ -213,7 +213,7 @@ gst_flow_combiner_update_flow (GstFlowCombiner * combiner, GstFlowReturn fret)
|
|||
/**
|
||||
* gst_flow_combiner_add_pad:
|
||||
* @combiner: the #GstFlowCombiner
|
||||
* @pad: (transfer-none): the #GstPad that is being added
|
||||
* @pad: (transfer none): the #GstPad that is being added
|
||||
*
|
||||
* Adds a new #GstPad to the #GstFlowCombiner.
|
||||
*
|
||||
|
@ -231,7 +231,7 @@ gst_flow_combiner_add_pad (GstFlowCombiner * combiner, GstPad * pad)
|
|||
/**
|
||||
* gst_flow_combiner_remove_pad:
|
||||
* @combiner: the #GstFlowCombiner
|
||||
* @pad: (transfer-none): the #GstPad to remove
|
||||
* @pad: (transfer none): the #GstPad to remove
|
||||
*
|
||||
* Removes a #GstPad from the #GstFlowCombiner.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue