From 95fb6a50d8b6828a62edcb7c323323e7fc21041c Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Thu, 12 Mar 2009 14:56:54 +0200 Subject: [PATCH] gstreamer-0.10: Fix gst_ghost_pad_new binding Name parameter of gst_ghost_pad_new is nullable. --- vapi/gstreamer-0.10.vapi | 2 +- vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- 2.47.2