diff --git a/libs/gst/base/gstflowcombiner.c b/libs/gst/base/gstflowcombiner.c index 72c5d175d6..e21f6c21ef 100644 --- a/libs/gst/base/gstflowcombiner.c +++ b/libs/gst/base/gstflowcombiner.c @@ -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. *