]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Fix Gst.Structure.get_clock_time() binding 0.8
authorAlexander Kojevnikov <alexander@kojevnikov.com>
Mon, 3 May 2010 11:21:59 +0000 (21:21 +1000)
committerJürg Billeter <j@bitron.ch>
Tue, 11 May 2010 09:19:48 +0000 (11:19 +0200)
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index 0f43f5477f1f722a05933bf67bd36b0fa4e24f46..1f04d19b0cf754c0941e7698313e3809920eea63 100644 (file)
@@ -1185,7 +1185,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);
index 8eb28fa5747c0e55606fb27c4fd6887cb83da62e..001d859f3e2a76a5ad9a4eb8cd99b43327970c75 100644 (file)
@@ -311,6 +311,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"