probe functions

Original commit message from CVS:
probe functions
This commit is contained in:
Thomas Vander Stichele 2005-01-12 10:15:18 +00:00
parent b6acbfe0a1
commit 4fc152af94

View file

@ -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
(c-name "gst_pad_load_and_link")
(return-type "none")