From 5ebfe26a516fb5570130edce2b4e7eb03b826397 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 5 May 2016 18:02:21 +0100 Subject: [PATCH] flowcombiner: fix docs for gst_flow_combiner_reset() --- libs/gst/base/gstflowcombiner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.7.4