[vala] gstreamer-0.10: Fix gst_ghost_pad_new binding



commit 95fb6a50d8b6828a62edcb7c323323e7fc21041c
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Mar 12 14:56:54 2009 +0200

    gstreamer-0.10: Fix gst_ghost_pad_new binding
    
    Name parameter of gst_ghost_pad_new is nullable.
---
 vapi/gstreamer-0.10.vapi                           |    2 +-
 .../gstreamer-0.10/gstreamer-0.10.metadata         |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/vapi/gstreamer-0.10.vapi b/vapi/gstreamer-0.10.vapi
index 1dc6661..00ba35e 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 b6622af..107eda0 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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]