mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: fix spelling of 'threshold' in app dev manual
This commit is contained in:
parent
9774a8d510
commit
252b1a864a
1 changed files with 3 additions and 3 deletions
|
@ -63,9 +63,9 @@
|
|||
means to make data throughput between threads threadsafe, and it can
|
||||
also act as a buffer. Queues have several <classname>GObject</classname>
|
||||
properties to be configured for specific uses. For example, you can set
|
||||
lower and upper tresholds for the element. If there's less data than
|
||||
the lower treshold (default: disabled), it will block output. If
|
||||
there's more data than the upper treshold, it will block input or
|
||||
lower and upper thresholds for the element. If there's less data than
|
||||
the lower threshold (default: disabled), it will block output. If
|
||||
there's more data than the upper threshold, it will block input or
|
||||
(if configured to do so) drop data.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue