mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
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:
parent
c6a5798c74
commit
c53b2e3740
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue