mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
pad: clarify docs
This commit is contained in:
parent
e857030232
commit
1457c9c499
1 changed files with 2 additions and 2 deletions
|
@ -587,8 +587,8 @@ typedef GstPadProbeReturn (*GstPadProbeCallback) (GstPad *pad, GstPadProbeIn
|
|||
* returned. When %FALSE is returned, gst_pad_sticky_events_foreach() will return.
|
||||
*
|
||||
* When @event is set to NULL, the item will be removed from the list of sticky events.
|
||||
* When @event has been made writable, the new buffer reference can be assigned
|
||||
* to @event. This function is responsible for unreffing the old event when
|
||||
* @event can be replaced by assigning a new reference to it.
|
||||
* This function is responsible for unreffing the old event when
|
||||
* removing or modifying.
|
||||
*
|
||||
* Returns: %TRUE if the iteration should continue
|
||||
|
|
Loading…
Reference in a new issue