From: Zeeshan Ali (Khattak) Date: Thu, 12 Mar 2009 12:56:54 +0000 (+0200) Subject: gstreamer-0.10: Fix gst_ghost_pad_new binding X-Git-Tag: 0.6.0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95fb6a50d8b6828a62edcb7c323323e7fc21041c;p=thirdparty%2Fvala.git gstreamer-0.10: Fix gst_ghost_pad_new binding Name parameter of gst_ghost_pad_new is nullable. --- diff --git a/vapi/gstreamer-0.10.vapi b/vapi/gstreamer-0.10.vapi index 1dc666126..00ba35e4e 100644 --- a/vapi/gstreamer-0.10.vapi +++ b/vapi/gstreamer-0.10.vapi @@ -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)] diff --git a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata index b6622af6b..107eda024 100644 --- a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata +++ b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata @@ -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"