basesink: fix typo in documentation

Small typo in the documentatin of gst_base_sink_set_drop_out_of_segment().
Fixing it.
This commit is contained in:
Luis de Bethencourt 2016-11-02 16:27:58 +00:00
parent c6a5798c74
commit c53b2e3740

View file

@ -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
*/