From c53b2e3740c0d52ad495a0de0ac057748933ba85 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Wed, 2 Nov 2016 16:27:58 +0000 Subject: [PATCH] basesink: fix typo in documentation Small typo in the documentatin of gst_base_sink_set_drop_out_of_segment(). Fixing it. --- libs/gst/base/gstbasesink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/base/gstbasesink.c b/libs/gst/base/gstbasesink.c index dc6852a..606c40f 100644 --- a/libs/gst/base/gstbasesink.c +++ b/libs/gst/base/gstbasesink.c @@ -725,7 +725,7 @@ gst_base_sink_get_sync (GstBaseSink * sink) * @sink: the sink * @drop_out_of_segment: drop buffers outside the segment * - * Configure @sink is to drop buffers which are outside the current segment + * Configure @sink to drop buffers which are outside the current segment * * Since: 1.12 */ -- 2.7.4