mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
gstpad: Fix a typo in a docstring.
This commit is contained in:
parent
2b7a15172f
commit
ae2b0bacb6
1 changed files with 1 additions and 1 deletions
|
@ -1292,7 +1292,7 @@ cleanup_hook (GstPad * pad, GHook * hook)
|
|||
*
|
||||
* Returns: an id or 0 if no probe is pending. The id can be used to remove the
|
||||
* probe with gst_pad_remove_probe(). When using GST_PAD_PROBE_TYPE_IDLE it can
|
||||
* happend that the probe can be run immediately and if the probe returns
|
||||
* happen that the probe can be run immediately and if the probe returns
|
||||
* GST_PAD_PROBE_REMOVE this functions returns 0.
|
||||
*
|
||||
* MT safe.
|
||||
|
|
Loading…
Reference in a new issue