mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +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
|
means to make data throughput between threads threadsafe, and it can
|
||||||
also act as a buffer. Queues have several <classname>GObject</classname>
|
also act as a buffer. Queues have several <classname>GObject</classname>
|
||||||
properties to be configured for specific uses. For example, you can set
|
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
|
lower and upper thresholds for the element. If there's less data than
|
||||||
the lower treshold (default: disabled), it will block output. If
|
the lower threshold (default: disabled), it will block output. If
|
||||||
there's more data than the upper treshold, it will block input or
|
there's more data than the upper threshold, it will block input or
|
||||||
(if configured to do so) drop data.
|
(if configured to do so) drop data.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in a new issue