probe functions
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 12 Jan 2005 10:15:18 +0000 (10:15 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 12 Jan 2005 10:15:18 +0000 (10:15 +0000)
Original commit message from CVS:
probe functions

gst/gst.defs

index 21f0f92..201c02b 100644 (file)
   )
 )
 
+(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")