summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vapi/gstreamer-0.10.vapi2
-rw-r--r--vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata1
2 files changed, 2 insertions, 1 deletions
diff --git a/vapi/gstreamer-0.10.vapi b/vapi/gstreamer-0.10.vapi
index 0f43f5477..1f04d19b0 100644
--- a/vapi/gstreamer-0.10.vapi
+++ b/vapi/gstreamer-0.10.vapi
@@ -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);
diff --git a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
index 8eb28fa57..001d859f3 100644
--- a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
+++ b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
@@ -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"