[vala/0.8] gstreamer: Fix Gst.Structure.get_clock_time() binding
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.8] gstreamer: Fix Gst.Structure.get_clock_time() binding
- Date: Tue, 11 May 2010 09:22:38 +0000 (UTC)
commit 08b8e241d3f9d9c8699158b5a55faa9acec49b15
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 0f43f54..1f04d19 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 8eb28fa..001d859 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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]