gst: update for latest API addition

This commit is contained in:
Edward Hervey 2011-01-05 21:28:12 +01:00
parent 59dc6032b4
commit 8e82bc4187
2 changed files with 13 additions and 0 deletions

View file

@ -3,5 +3,6 @@ ignore
gst_clock_single_shot_id_reinit
gst_read_gpollfd
gst_value_list_merge
gst_element_request_pad
%%

View file

@ -1600,6 +1600,18 @@
)
)
(define-method request_pad
(of-object "GstElement")
(c-name "gst_element_request_pad")
(return-type "GstPad*")
(caller-owns-return #t)
(parameters
'("GstPadTemplate*" "templ")
'("const-gchar*" "name")
'("const-GstCaps*" "caps")
)
)
(define-method release_request_pad
(of-object "GstElement")
(c-name "gst_element_release_request_pad")