]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-0.10: Fix gst_ghost_pad_new binding
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 12 Mar 2009 12:56:54 +0000 (14:56 +0200)
committerJürg Billeter <j@bitron.ch>
Tue, 17 Mar 2009 14:27:34 +0000 (15:27 +0100)
Name parameter of gst_ghost_pad_new is nullable.

vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index 1dc666126621d5a17f4d852bf29b2d08452c31f6..00ba35e4eab60275ae1a5f5dd8d064004929c968 100644 (file)
@@ -473,7 +473,7 @@ namespace Gst {
                public GhostPad.from_template (string name, Gst.Pad target, Gst.PadTemplate templ);
                public unowned Gst.Pad get_target ();
                [CCode (type = "GstPad*", has_construct_function = false)]
-               public GhostPad (string name, Gst.Pad target);
+               public GhostPad (string? name, Gst.Pad target);
                [CCode (type = "GstPad*", has_construct_function = false)]
                public GhostPad.no_target (string name, Gst.PadDirection dir);
                [CCode (type = "GstPad*", has_construct_function = false)]
index b6622af6b0dca0b19e6fcb1e5d79eb4e9b3ddc7b..107eda02473684897441d268e3855b9e48feb78c 100644 (file)
@@ -213,6 +213,7 @@ gst_pad_push_event.event takes_ownership="1"
 gst_pad_send_event.event takes_ownership="1"
 gst_pad_set_query_type_function hidden="1"
 gst_pad_template_new.caps takes_ownership="1"
+gst_ghost_pad_new.name nullable="1"
 gst_ghost_pad_set_target.newtarget nullable="1"
 GstPadTemplate::pad_created has_emitter="1"
 gst_parse_launchv.argv is_array="1"