summaryrefslogtreecommitdiff
path: root/gst/gst.defs
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-08-31 14:03:44 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-08-31 14:03:44 +0000
commit9f017ec3e97c03f35efe561d6fdbf5da48755680 (patch)
tree70ff4b1bf239d8aa572d98d20f348f3b91c9c366 /gst/gst.defs
parentbef4334ee2a091fd4e4831a37b2a1336b645c388 (diff)
gst/gst-0.10.10.ignore: API addition
Original commit message from CVS: * gst/gst-0.10.10.ignore: API addition * gst/gst.defs: Added new ghostpad functions.
Diffstat (limited to 'gst/gst.defs')
-rw-r--r--gst/gst.defs19
1 files changed, 19 insertions, 0 deletions
diff --git a/gst/gst.defs b/gst/gst.defs
index 2d88c42..dc82e9a 100644
--- a/gst/gst.defs
+++ b/gst/gst.defs
@@ -2094,6 +2094,25 @@
)
)
+(define-function ghost_pad_new_from_template
+ (c-name "gst_ghost_pad_new_from_template")
+ (return-type "GstPad*")
+ (parameters
+ '("const-gchar*" "name")
+ '("GstPad*" "target")
+ '("GstPadTemplate*" "templ")
+ )
+)
+
+(define-function ghost_pad_new_no_target_from_template
+ (c-name "gst_ghost_pad_new_no_target_from_template")
+ (return-type "GstPad*")
+ (parameters
+ '("const-gchar*" "name")
+ '("GstPadTemplate*" "templ")
+ )
+)
+
(define-method get_target
(of-object "GstGhostPad")
(c-name "gst_ghost_pad_get_target")