]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Fix Gst.Structure.get_clock_time() binding
authorAlexander Kojevnikov <alexander@kojevnikov.com>
Mon, 3 May 2010 11:21:59 +0000 (21:21 +1000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 10 May 2010 15:14:46 +0000 (17:14 +0200)
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index af691eeb2adfc1b51895a5a6720cc583120066bb..cb5ce54a9a31c6ac2fe2856acb33aaf25759a62b 100644 (file)
@@ -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);
index 0e2604b8803246e4e112337ef471388de2f72bb4..b0d29ec168d91503f6091248c20e7f36f57da1ba 100644 (file)
@@ -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"