summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-02-06 14:16:11 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2016-02-07 15:51:46 +0100
commit2a54e2480146c042da099cea4bfccd9e8e70170c (patch)
treef88f3cb979c5251e98a274e18a3e4c243bfe98ab
parent77b55a4b2ed8de85df1a068bc99af014f089d873 (diff)
downloadvala-wip/glib-2.32.tar.gz
vapi: Regenerate all bindings due Cond/Mutex changeswip/glib-2.32
-rw-r--r--vapi/gstreamer-0.10.vapi12
-rw-r--r--vapi/gstreamer-1.0.vapi6
-rw-r--r--vapi/gstreamer-audio-0.10.vapi2
-rw-r--r--vapi/gstreamer-audio-1.0.vapi2
-rw-r--r--vapi/gstreamer-base-0.10.vapi8
-rw-r--r--vapi/gstreamer-base-1.0.vapi8
-rw-r--r--vapi/gstreamer-controller-0.10.vapi6
-rw-r--r--vapi/gstreamer-controller-1.0.vapi2
8 files changed, 23 insertions, 23 deletions
diff --git a/vapi/gstreamer-0.10.vapi b/vapi/gstreamer-0.10.vapi
index 6ec7c9b3f..6163f5efa 100644
--- a/vapi/gstreamer-0.10.vapi
+++ b/vapi/gstreamer-0.10.vapi
@@ -246,7 +246,7 @@ namespace Gst {
public abstract class Clock : Gst.Object {
public weak Gst.ClockID clockid;
public weak GLib.List<Gst.ClockEntry> entries;
- public weak GLib.Cond entries_changed;
+ public GLib.Cond entries_changed;
public Gst.ClockTime external_calibration;
public bool filling;
public Gst.ClockTime internal_calibration;
@@ -255,7 +255,7 @@ namespace Gst {
public Gst.ClockTime rate_denominator;
public Gst.ClockTime rate_numerator;
public Gst.ClockTime resolution;
- public weak GLib.Mutex slave_lock;
+ public GLib.Mutex slave_lock;
public int time_index;
[CCode (array_length = false)]
public weak Gst.ClockTime[] times;
@@ -405,7 +405,7 @@ namespace Gst {
public Gst.State pending_state;
public weak GLib.List<Gst.Pad> sinkpads;
public weak GLib.List<Gst.Pad> srcpads;
- public weak GLib.Cond state_cond;
+ public GLib.Cond state_cond;
public uint32 state_cookie;
public GLib.StaticRecMutex state_lock;
[CCode (cname = "abidata.ABI.target_state")]
@@ -697,7 +697,7 @@ namespace Gst {
[Compact]
public class Iterator<T> {
public uint32 cookie;
- public weak GLib.Mutex @lock;
+ public GLib.Mutex @lock;
public void* master_cookie;
public weak Gst.Iterator pushed;
public GLib.Type type;
@@ -839,7 +839,7 @@ namespace Gst {
[CCode (cheader_filename = "gst/gst.h", ref_function = "gst_object_ref", ref_sink_function = "gst_object_ref_sink", unref_function = "gst_object_unref")]
public abstract class Object : GLib.Object {
public Gst.ObjectFlags flags;
- public weak GLib.Mutex @lock;
+ public GLib.Mutex @lock;
public weak string name_prefix;
public weak Gst.Object parent;
[CCode (has_construct_function = false)]
@@ -1409,7 +1409,7 @@ namespace Gst {
[CCode (cheader_filename = "gst/gst.h")]
public class Task : Gst.Object {
public void* abidata;
- public weak GLib.Cond cond;
+ public GLib.Cond cond;
public void* data;
public weak Gst.TaskFunction func;
public GLib.StaticRecMutex @lock;
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi
index cfd3ca1f4..5a0bb95eb 100644
--- a/vapi/gstreamer-1.0.vapi
+++ b/vapi/gstreamer-1.0.vapi
@@ -1386,7 +1386,7 @@ namespace Gst {
public class Iterator {
public uint32 cookie;
public weak Gst.IteratorItemFunction item;
- public weak GLib.Mutex @lock;
+ public GLib.Mutex @lock;
public uint32 master_cookie;
public weak Gst.Iterator pushed;
public uint size;
@@ -1579,7 +1579,7 @@ namespace Gst {
[CCode (cheader_filename = "gst/gst.h", type_id = "gst_object_get_type ()")]
public abstract class Object : GLib.InitiallyUnowned {
public uint32 flags;
- public weak GLib.Mutex @lock;
+ public GLib.Mutex @lock;
[CCode (has_construct_function = false)]
protected Object ();
public bool add_control_binding (owned Gst.ControlBinding binding);
@@ -2190,7 +2190,7 @@ namespace Gst {
}
[CCode (cheader_filename = "gst/gst.h", type_id = "gst_task_get_type ()")]
public class Task : Gst.Object {
- public weak GLib.Cond cond;
+ public GLib.Cond cond;
public weak Gst.TaskFunction func;
public GLib.RecMutex @lock;
public weak GLib.DestroyNotify notify;
diff --git a/vapi/gstreamer-audio-0.10.vapi b/vapi/gstreamer-audio-0.10.vapi
index 24671d986..961d0b41c 100644
--- a/vapi/gstreamer-audio-0.10.vapi
+++ b/vapi/gstreamer-audio-0.10.vapi
@@ -123,7 +123,7 @@ namespace Gst {
public bool acquired;
public weak Gst.RingBufferCallback callback;
public void* cb_data;
- public weak GLib.Cond cond;
+ public GLib.Cond cond;
public weak Gst.Buffer data;
public uchar empty_seg;
public bool open;
diff --git a/vapi/gstreamer-audio-1.0.vapi b/vapi/gstreamer-audio-1.0.vapi
index e971ae280..e20a299e0 100644
--- a/vapi/gstreamer-audio-1.0.vapi
+++ b/vapi/gstreamer-audio-1.0.vapi
@@ -289,7 +289,7 @@ namespace Gst {
[GIR (name = "AudioRingBuffer")]
public abstract class RingBuffer : Gst.Object {
public bool acquired;
- public weak GLib.Cond cond;
+ public GLib.Cond cond;
public uint8 empty_seg;
public uint8 memory;
public bool open;
diff --git a/vapi/gstreamer-base-0.10.vapi b/vapi/gstreamer-base-0.10.vapi
index de7688ef9..b0c3191e4 100644
--- a/vapi/gstreamer-base-0.10.vapi
+++ b/vapi/gstreamer-base-0.10.vapi
@@ -468,7 +468,7 @@ namespace Gst {
}
[CCode (cheader_filename = "gst/base/gstcollectpads.h")]
public class CollectPads : Gst.Object {
- public weak GLib.Cond cond;
+ public GLib.Cond cond;
public uint32 cookie;
public weak GLib.SList<Gst.CollectData> data;
public uint eospads;
@@ -507,9 +507,9 @@ namespace Gst {
public weak Gst.DataQueueEmptyCallback emptycallback;
public bool flushing;
public weak Gst.DataQueueFullCallback fullcallback;
- public weak GLib.Cond item_add;
- public weak GLib.Cond item_del;
- public weak GLib.Mutex qlock;
+ public GLib.Cond item_add;
+ public GLib.Cond item_del;
+ public GLib.Mutex qlock;
public weak GLib.Queue queue;
[CCode (has_construct_function = false)]
public DataQueue (Gst.DataQueueCheckFullFunction checkfull, void* checkdata);
diff --git a/vapi/gstreamer-base-1.0.vapi b/vapi/gstreamer-base-1.0.vapi
index 7daeee154..cd4825f73 100644
--- a/vapi/gstreamer-base-1.0.vapi
+++ b/vapi/gstreamer-base-1.0.vapi
@@ -472,8 +472,8 @@ namespace Gst {
public uint64 offset;
public Gst.PadMode pad_mode;
public bool playing_async;
- public weak GLib.Cond preroll_cond;
- public weak GLib.Mutex preroll_lock;
+ public GLib.Cond preroll_cond;
+ public GLib.Mutex preroll_lock;
public weak Gst.Segment segment;
public weak Gst.Pad sinkpad;
[CCode (has_construct_function = false)]
@@ -564,8 +564,8 @@ namespace Gst {
public abstract class Src : Gst.Element {
public bool can_activate_push;
public Gst.ClockID clock_id;
- public weak GLib.Cond live_cond;
- public weak GLib.Mutex live_lock;
+ public GLib.Cond live_cond;
+ public GLib.Mutex live_lock;
public bool live_running;
public bool need_newsegment;
public int num_buffers_left;
diff --git a/vapi/gstreamer-controller-0.10.vapi b/vapi/gstreamer-controller-0.10.vapi
index f3f54a82d..ed2652f9c 100644
--- a/vapi/gstreamer-controller-0.10.vapi
+++ b/vapi/gstreamer-controller-0.10.vapi
@@ -13,7 +13,7 @@ namespace Gst {
}
[CCode (cheader_filename = "gst/controller/gstcontroller.h")]
public class Controller : GLib.Object {
- public weak GLib.Mutex @lock;
+ public GLib.Mutex @lock;
public weak GLib.Object object;
public weak GLib.List<Gst.TimedValue> properties;
[CCode (has_construct_function = false)]
@@ -46,7 +46,7 @@ namespace Gst {
}
[CCode (cheader_filename = "gst/controller/gstcontroller.h")]
public class InterpolationControlSource : Gst.ControlSource {
- public weak GLib.Mutex @lock;
+ public GLib.Mutex @lock;
[CCode (has_construct_function = false)]
public InterpolationControlSource ();
public GLib.List<weak Gst.TimedValue> get_all ();
@@ -59,7 +59,7 @@ namespace Gst {
}
[CCode (cheader_filename = "gst/controller/gstlfocontrolsource.h")]
public class LFOControlSource : Gst.ControlSource {
- public weak GLib.Mutex @lock;
+ public GLib.Mutex @lock;
[CCode (has_construct_function = false)]
public LFOControlSource ();
[NoAccessorMethod]
diff --git a/vapi/gstreamer-controller-1.0.vapi b/vapi/gstreamer-controller-1.0.vapi
index 874b03715..be45c3d8d 100644
--- a/vapi/gstreamer-controller-1.0.vapi
+++ b/vapi/gstreamer-controller-1.0.vapi
@@ -72,7 +72,7 @@ namespace Gst {
[CCode (cheader_filename = "gst/controller/controller.h", cname = "GstTimedValueControlSource", lower_case_cprefix = "gst_timed_value_control_source_", type_id = "gst_timed_value_control_source_get_type ()")]
[GIR (name = "TimedValueControlSource")]
public abstract class TimedValueControlSource : Gst.ControlSource {
- public weak GLib.Mutex @lock;
+ public GLib.Mutex @lock;
public int nvalues;
public bool valid_cache;
public GLib.Sequence<Gst.Controller.ControlPoint?> values;