[vala] gstreamer: Fix Gst.Structure.get_clock_time() binding



commit 96b53cadebf7563046561bafa4818856f90a17e6
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Mon May 3 21:21:59 2010 +1000

    gstreamer: Fix Gst.Structure.get_clock_time() binding

 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 af691ee..cb5ce54 100644
--- a/vapi/gstreamer-0.10.vapi
+++ b/vapi/gstreamer-0.10.vapi
@@ -1209,7 +1209,7 @@ namespace Gst {
 		public static Gst.Structure? from_string (string str, out unowned string end);
 		public bool @get (...);
 		public bool get_boolean (string fieldname, out bool value);
-		public bool get_clock_time (string fieldname, Gst.ClockTime value);
+		public bool get_clock_time (string fieldname, out Gst.ClockTime value);
 		public bool get_date (string fieldname, out GLib.Date value);
 		public bool get_double (string fieldname, out double value);
 		public bool get_enum (string fieldname, GLib.Type enumtype, out int value);
diff --git a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
index 0e2604b..b0d29ec 100644
--- a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
+++ b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
@@ -460,6 +460,7 @@ gst_structure_id_set ellipsis="1"
 gst_structure_remove_fields ellipsis="1"
 gst_structure_get_int.value is_out="1"
 gst_structure_get_boolean.value is_out="1"
+gst_structure_get_clock_time.value is_out="1"
 gst_structure_get_uint.value is_out="1"
 gst_structure_get_fourcc.value is_out="1"
 gst_structure_get_double.value is_out="1"



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