summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hassell <john.hassell@tacticalelectronics.com>2021-02-16 21:52:53 +0000
committerJohn Hassell <john.hassell@tacticalelectronics.com>2021-02-16 21:52:53 +0000
commit2f8df7bea84fe892da270de851cb0fe30585cdbf (patch)
tree6d74b0a48d38e2b6996aad886402ebe3ab707004
parent4b8eaebda2ae84fa40c99652f8d1a2a456c6a335 (diff)
Removed passive voice from 'IDLE' probe usefulness description, corrected spelling.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/141>
-rw-r--r--markdown/additional/design/probes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/markdown/additional/design/probes.md b/markdown/additional/design/probes.md
index f4f50a9..7f1c790 100644
--- a/markdown/additional/design/probes.md
+++ b/markdown/additional/design/probes.md
@@ -119,8 +119,8 @@ the callback will be called immediately from the current thread. Otherwise,
the callback will be called as soon as the pad becomes idle in the streaming
thread.
-The `IDLE` probe is useful to perform dynamic linking, allowing for a sufficinet
-wait for a safe moment when an unlink/link operation can be done. Since the probe is a
+The `IDLE` probe is useful in performing dynamic linking, allowing the application
+to wait to correctly execute an unlink/link operation. Since the probe is a
blocking probe, it will also make sure that the pad stays idle until the probe
is removed.