[vala] gstreamer-1.0: Update to 1.0.9
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gstreamer-1.0: Update to 1.0.9
- Date: Mon, 12 Aug 2013 10:09:50 +0000 (UTC)
commit 1351dba4e609f9b6d430c7baea2cb656c721adeb
Author: Rico Tzschichholz <ricotz t-online de>
Date: Mon Aug 12 12:09:24 2013 +0200
gstreamer-1.0: Update to 1.0.9
vapi/gstreamer-1.0.vapi | 2 +-
vapi/gstreamer-net-1.0.vapi | 2 +-
vapi/metadata/Gst-1.0.metadata | 6 ++----
3 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi
index 7fb0c1d..54d4aa5 100644
--- a/vapi/gstreamer-1.0.vapi
+++ b/vapi/gstreamer-1.0.vapi
@@ -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; }
}
diff --git a/vapi/gstreamer-net-1.0.vapi b/vapi/gstreamer-net-1.0.vapi
index 8fee8ff..562cee6 100644
--- a/vapi/gstreamer-net-1.0.vapi
+++ b/vapi/gstreamer-net-1.0.vapi
@@ -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]
diff --git a/vapi/metadata/Gst-1.0.metadata b/vapi/metadata/Gst-1.0.metadata
index 5341da0..cdf212d 100644
--- a/vapi/metadata/Gst-1.0.metadata
+++ b/vapi/metadata/Gst-1.0.metadata
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]