mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
probe functions
Original commit message from CVS: probe functions
This commit is contained in:
parent
b6acbfe0a1
commit
4fc152af94
1 changed files with 16 additions and 0 deletions
16
gst/gst.defs
16
gst/gst.defs
|
@ -3504,6 +3504,22 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define-method add_probe
|
||||||
|
(of-object "GstPad")
|
||||||
|
(c-name "gst_pad_add_probe")
|
||||||
|
(parameters
|
||||||
|
'("GstProbe" "probe")
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
(define-method remove_probe
|
||||||
|
(of-object "GstPad")
|
||||||
|
(c-name "gst_pad_remove_probe")
|
||||||
|
(parameters
|
||||||
|
'("GstProbe" "probe")
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
(define-function pad_load_and_link
|
(define-function pad_load_and_link
|
||||||
(c-name "gst_pad_load_and_link")
|
(c-name "gst_pad_load_and_link")
|
||||||
(return-type "none")
|
(return-type "none")
|
||||||
|
|
Loading…
Reference in a new issue