From: Tim-Philipp Müller Date: Mon, 16 Jun 2014 08:18:45 +0000 (+0100) Subject: flowcombiner: fix g-i transfer annotations X-Git-Tag: 1.3.3~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6e2dee6f9a34fa9665637d89515d7a8f7791186;p=platform%2Fupstream%2Fgstreamer.git flowcombiner: fix g-i transfer annotations --- diff --git a/libs/gst/base/gstflowcombiner.c b/libs/gst/base/gstflowcombiner.c index 72c5d17..e21f6c2 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. *