Removed passive voice from 'IDLE' probe usefulness description, corrected spelling.
authorJohn Hassell <john.hassell@tacticalelectronics.com>
Tue, 16 Feb 2021 21:52:53 +0000 (21:52 +0000)
committerJohn Hassell <john.hassell@tacticalelectronics.com>
Tue, 16 Feb 2021 21:52:53 +0000 (21:52 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/141>

markdown/additional/design/probes.md

index f4f50a9..7f1c790 100644 (file)
@@ -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.