mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
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:
parent
4b8eaebda2
commit
2f8df7bea8
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue