[vala] gstreamer-0.10: Fix Gst.SystemClock bindings
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gstreamer-0.10: Fix Gst.SystemClock bindings
- Date: Thu, 24 Jun 2010 16:38:20 +0000 (UTC)
commit 25102aaf71d4dbee5933328b7f0c8d709505297f
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date: Thu Jun 24 18:37:45 2010 +0200
gstreamer-0.10: Fix Gst.SystemClock bindings
vapi/gstreamer-0.10.vapi | 4 +---
.../gstreamer-0.10/gstreamer-0.10.metadata | 2 ++
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/vapi/gstreamer-0.10.vapi b/vapi/gstreamer-0.10.vapi
index f213e2e..fe2f494 100644
--- a/vapi/gstreamer-0.10.vapi
+++ b/vapi/gstreamer-0.10.vapi
@@ -1198,9 +1198,7 @@ namespace Gst {
}
[CCode (cheader_filename = "gst/gst.h")]
public class SystemClock : Gst.Clock {
- public bool stopping;
- public weak GLib.Thread thread;
- public static unowned Gst.Clock obtain ();
+ public static Gst.Clock obtain ();
[NoAccessorMethod]
public Gst.ClockType clock_type { get; set; }
}
diff --git a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
index ed07550..22eb5c8 100644
--- a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
+++ b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
@@ -674,3 +674,5 @@ GstPollFD hidden="1"
gst_preset_get_meta.value is_out="1" transfer_ownership="1"
gst_preset_get_preset_names is_array="1" array_null_terminated="1" transfer_ownership="1"
gst_preset_get_property_names is_array="1" array_null_terminated="1" transfer_ownership="1"
+GstSystemClock.* hidden="1"
+gst_system_clock_obtain transfer_ownership="1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]