[vala] gstreamer-0.10: Fix gst_parse_launchv binding



commit e811b6c0d35eb00cb88f7747d14a1a931e2c087e
Author: Jürg Billeter <j bitron ch>
Date:   Mon Sep 14 12:08:24 2009 +0200

    gstreamer-0.10: Fix gst_parse_launchv binding

 vapi/gstreamer-0.10.vapi                           |    6 +++---
 .../gstreamer-0.10/gstreamer-0.10.metadata         |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vapi/gstreamer-0.10.vapi b/vapi/gstreamer-0.10.vapi
index 86b34de..5bd5079 100644
--- a/vapi/gstreamer-0.10.vapi
+++ b/vapi/gstreamer-0.10.vapi
@@ -428,7 +428,7 @@ namespace Gst {
 		public uint64 timestamp;
 		public Gst.EventType type;
 		[CCode (has_construct_function = false)]
-		public Event.buffer_size (Gst.Format format, int64 minsize, int64 maxsize, bool async);
+		public Event.buffer_size (Gst.Format format, int64 minsize, int64 maxsize, bool @async);
 		[CCode (has_construct_function = false)]
 		public Event.custom (Gst.EventType type, owned Gst.Structure structure);
 		[CCode (has_construct_function = false)]
@@ -447,7 +447,7 @@ namespace Gst {
 		public Event.new_segment (bool update, double rate, Gst.Format format, int64 start, int64 stop, int64 position);
 		[CCode (has_construct_function = false)]
 		public Event.new_segment_full (bool update, double rate, double applied_rate, Gst.Format format, int64 start, int64 stop, int64 position);
-		public void parse_buffer_size (out Gst.Format format, out int64 minsize, out int64 maxsize, out bool async);
+		public void parse_buffer_size (out Gst.Format format, out int64 minsize, out int64 maxsize, out bool @async);
 		public void parse_latency (out Gst.ClockTime latency);
 		public void parse_new_segment (out bool update, out double rate, out Gst.Format format, out int64 start, out int64 stop, out int64 position);
 		public void parse_new_segment_full (out bool update, out double rate, out double applied_rate, out Gst.Format format, out int64 start, out int64 stop, out int64 position);
@@ -2354,7 +2354,7 @@ namespace Gst {
 	[CCode (cheader_filename = "gst/gst.h")]
 	public static Gst.Element? parse_launch (string pipeline_description) throws GLib.Error;
 	[CCode (cheader_filename = "gst/gst.h")]
-	public static Gst.Element? parse_launchv (string[] argv) throws GLib.Error;
+	public static Gst.Element? parse_launchv ([CCode (array_length = false)] string[] argv) throws GLib.Error;
 	[CCode (cheader_filename = "gst/gst.h")]
 	public static void print_element_args (GLib.StringBuilder buf, int indent, Gst.Element element);
 	[CCode (cheader_filename = "gst/gst.h")]
diff --git a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
index 919d303..0a6894f 100644
--- a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
+++ b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
@@ -224,7 +224,7 @@ 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"
+gst_parse_launchv.argv is_array="1" array_null_terminated="1"
 gst_parse_launchv transfer_ownership="1" nullable="1"
 gst_parse_launch transfer_ownership="1" nullable="1"
 gst_parse_bin_from_description transfer_ownership="1" nullable="1"



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