From: Tim-Philipp Müller Date: Thu, 5 May 2016 17:02:21 +0000 (+0100) Subject: flowcombiner: fix docs for gst_flow_combiner_reset() X-Git-Tag: 1.10.4~263 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ebfe26a516fb5570130edce2b4e7eb03b826397;p=platform%2Fupstream%2Fgstreamer.git flowcombiner: fix docs for gst_flow_combiner_reset() --- diff --git a/libs/gst/base/gstflowcombiner.c b/libs/gst/base/gstflowcombiner.c index 9dd5123..f3d659b 100644 --- a/libs/gst/base/gstflowcombiner.c +++ b/libs/gst/base/gstflowcombiner.c @@ -162,7 +162,7 @@ gst_flow_combiner_clear (GstFlowCombiner * combiner) * gst_flow_combiner_reset: * @combiner: the #GstFlowCombiner to clear * - * Removes all pads from a #GstFlowCombiner and resets it to its initial state. + * Reset flow combiner and all pads to their initial state without removing pads. * * Since: 1.6 */