]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Regenerate all bindings due Cond/Mutex changes
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 6 Feb 2016 13:16:11 +0000 (14:16 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 7 Feb 2016 14:51:46 +0000 (15:51 +0100)
vapi/gstreamer-0.10.vapi
vapi/gstreamer-1.0.vapi
vapi/gstreamer-audio-0.10.vapi
vapi/gstreamer-audio-1.0.vapi
vapi/gstreamer-base-0.10.vapi
vapi/gstreamer-base-1.0.vapi
vapi/gstreamer-controller-0.10.vapi
vapi/gstreamer-controller-1.0.vapi

index 6ec7c9b3fb8c2268544f5d1e993d60272d49960b..6163f5efaad4f302da223b2eca2b923bb8a9ebd4 100644 (file)
@@ -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;
index cfd3ca1f4d7241c1f6d7f41e1c5d4ac6baeee147..5a0bb95eb2c61fd9157732e9501a6133d2ec200e 100644 (file)
@@ -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;
index 24671d986f9b87c0f6c388a6d913a754df4505d5..961d0b41c94a1e473b49e85f4487366503f86f0a 100644 (file)
@@ -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;
index e971ae28035d4df693383a195a8c802efc112312..e20a299e0051ceb88bd5e45c5bedb1bbe8bbfd1e 100644 (file)
@@ -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;
index de7688ef9eb0c3c337dec44988323c8799e51bd6..b0c3191e43306176752f2430584f367aefb3c422 100644 (file)
@@ -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);
index 7daeee15486c12e4ce2441f8889cab49887d94c2..cd4825f7329a30daaeb16a58a04041a936f780de 100644 (file)
@@ -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;
index f3f54a82dc4fc6272e44b516f1c162e5ef71a5b3..ed2652f9c8152cb8d8c8b4b0ad01fcf7e6208756 100644 (file)
@@ -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]
index 874b037150c8ae088e7ee23f7c989e5fa004fd18..be45c3d8d58c46dffe4c8cc0643c5cfd3b17e0a3 100644 (file)
@@ -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;