mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
pad: clarify docs for GST_PAD_PROBE_DROP
This commit is contained in:
parent
748687fc30
commit
c950d8b3cb
1 changed files with 3 additions and 2 deletions
|
@ -538,8 +538,9 @@ typedef enum
|
||||||
* non-blocking probes).
|
* non-blocking probes).
|
||||||
* @GST_PAD_PROBE_DROP: drop data in data probes. For push mode this means that
|
* @GST_PAD_PROBE_DROP: drop data in data probes. For push mode this means that
|
||||||
* the data item is not sent downstream. For pull mode, it means that
|
* the data item is not sent downstream. For pull mode, it means that
|
||||||
* the data item is not passed upstream. In both cases, no more probes
|
* the data item is not passed upstream. In both cases, no other probes
|
||||||
* are called and #GST_FLOW_OK or %TRUE is returned to the caller.
|
* are called for this item and #GST_FLOW_OK or %TRUE is returned to the
|
||||||
|
* caller.
|
||||||
* @GST_PAD_PROBE_REMOVE: remove this probe.
|
* @GST_PAD_PROBE_REMOVE: remove this probe.
|
||||||
* @GST_PAD_PROBE_PASS: pass the data item in the block probe and block on the
|
* @GST_PAD_PROBE_PASS: pass the data item in the block probe and block on the
|
||||||
* next item.
|
* next item.
|
||||||
|
|
Loading…
Reference in a new issue