Removed passive voice from 'IDLE' probe usefulness description, corrected spelling.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/141>
This commit is contained in:
John Hassell 2021-02-16 21:52:53 +00:00
parent 4b8eaebda2
commit 2f8df7bea8

View 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 the callback will be called as soon as the pad becomes idle in the streaming
thread. thread.
The `IDLE` probe is useful to perform dynamic linking, allowing for a sufficinet The `IDLE` probe is useful in performing dynamic linking, allowing the application
wait for a safe moment when an unlink/link operation can be done. Since the probe is a 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 blocking probe, it will also make sure that the pad stays idle until the probe
is removed. is removed.