]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-1.0: Update to 1.0.9
authorRico Tzschichholz <ricotz@t-online.de>
Mon, 12 Aug 2013 10:09:24 +0000 (12:09 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 12 Aug 2013 10:09:24 +0000 (12:09 +0200)
vapi/gstreamer-1.0.vapi
vapi/gstreamer-net-1.0.vapi
vapi/metadata/Gst-1.0.metadata

index 7fb0c1d7c8561b1f74c42a82efad814e65aae49c..54d4aa5a4f02bab3e4a2f94ab89732eb5ee2b61b 100644 (file)
@@ -1403,7 +1403,7 @@ namespace Gst {
                public void set_auto_flush_bus (bool auto_flush);
                public bool set_clock (Gst.Clock clock);
                public void set_delay (Gst.ClockTime delay);
-               public void use_clock (Gst.Clock clock);
+               public void use_clock (Gst.Clock? clock);
                public bool auto_flush_bus { get; set; }
                public uint64 delay { get; set; }
        }
index 8fee8ffcebc43f0d018f26a0aaf9fb558c126026..562cee60572a838e73ad29ceb10584cc7ee9bf32 100644 (file)
@@ -33,7 +33,7 @@ namespace Gst {
                [GIR (name = "NetTimeProvider")]
                public class TimeProvider : Gst.Object {
                        [CCode (has_construct_function = false)]
-                       public TimeProvider (Gst.Clock clock, string address, int port);
+                       public TimeProvider (Gst.Clock clock, string? address, int port);
                        [NoAccessorMethod]
                        public bool active { get; set; }
                        [NoAccessorMethod]
index 5341da040bdc82f88ca5d342960b91c12169185b..cdf212d8dde9001461f42cfc8ac08cf896374cc2 100644 (file)
@@ -135,7 +135,5 @@ FlowReturn.custom_error_2 skip
 flow_get_name skip // parent="Gst.FlowReturn" name="get_name"
 
 // Upstream
-Query
-  .parse_nth_allocation_param.allocator unowned=false
-Structure
-  .copy unowned=false
+Pipeline
+  .use_clock.clock nullable