mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
gstpad: Small doc fixup
This commit is contained in:
parent
954e1a0e60
commit
20d1ee87cb
1 changed files with 6 additions and 6 deletions
12
gst/gstpad.h
12
gst/gstpad.h
|
@ -506,14 +506,14 @@ typedef enum
|
||||||
#define GST_PROBE_TYPE_SCHEDULING (GST_PROBE_TYPE_PUSH | GST_PROBE_TYPE_PULL)
|
#define GST_PROBE_TYPE_SCHEDULING (GST_PROBE_TYPE_PUSH | GST_PROBE_TYPE_PULL)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstProbeResult:
|
* GstProbeReturn:
|
||||||
* @GST_PROBE_RESULT_OK: normal probe return value
|
* @GST_PROBE_OK: normal probe return value
|
||||||
* @GST_PROBE_RESULT_DROP: drop data in data probes
|
* @GST_PROBE_DROP: drop data in data probes
|
||||||
* @GST_PROBE_RESULT_REMOVE: remove probe
|
* @GST_PROBE_REMOVE: remove probe
|
||||||
* @GST_PROBE_RESULT_PASS: pass the data item in the block probe and block on
|
* @GST_PROBE_PASS: pass the data item in the block probe and block on
|
||||||
* the next item
|
* the next item
|
||||||
*
|
*
|
||||||
* Different return values for the GstPadProbeCallback.
|
* Different return values for the #GstPadProbeCallback.
|
||||||
*/
|
*/
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue