summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-03-07 10:50:13 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2019-03-07 10:51:14 +0100
commitd9a715aabc14a45e1fa390ed99f60631669b8ed1 (patch)
tree641f0b936f3d0057bf2790d59dd0387f31b3dd2e
parent13f38eb6e2f21a9a02a3536323b1496bfb82cad4 (diff)
downloadvala-d9a715aabc14a45e1fa390ed99f60631669b8ed1.tar.gz
gstreamer: Update from 1.15.2+ git master
-rw-r--r--vapi/gstreamer-1.0.vapi8
-rw-r--r--vapi/gstreamer-audio-1.0.vapi2
2 files changed, 6 insertions, 4 deletions
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi
index f1cbe55c5..2e4ba676c 100644
--- a/vapi/gstreamer-1.0.vapi
+++ b/vapi/gstreamer-1.0.vapi
@@ -1580,7 +1580,7 @@ namespace Gst {
public Message.error (Gst.Object? src, GLib.Error error, string debug);
[CCode (has_construct_function = false)]
[Version (since = "1.10")]
- public Message.error_with_details (Gst.Object? src, GLib.Error error, string debug, owned Gst.Structure details);
+ public Message.error_with_details (Gst.Object? src, GLib.Error error, string debug, owned Gst.Structure? details);
[Version (since = "1.10")]
public size_t get_num_redirect_entries ();
public uint32 get_seqnum ();
@@ -1594,7 +1594,7 @@ namespace Gst {
public Message.info (Gst.Object? src, GLib.Error error, string debug);
[CCode (has_construct_function = false)]
[Version (since = "1.10")]
- public Message.info_with_details (Gst.Object? src, GLib.Error error, string debug, owned Gst.Structure details);
+ public Message.info_with_details (Gst.Object? src, GLib.Error error, string debug, owned Gst.Structure? details);
[CCode (has_construct_function = false)]
public Message.latency (Gst.Object? src);
[CCode (has_construct_function = false)]
@@ -1711,7 +1711,7 @@ namespace Gst {
public Message.warning (Gst.Object? src, GLib.Error error, string debug);
[CCode (has_construct_function = false)]
[Version (since = "1.10")]
- public Message.warning_with_details (Gst.Object? src, GLib.Error error, string debug, owned Gst.Structure details);
+ public Message.warning_with_details (Gst.Object? src, GLib.Error error, string debug, owned Gst.Structure? details);
[Version (since = "1.14")]
public unowned Gst.Structure writable_structure ();
}
@@ -2586,7 +2586,7 @@ namespace Gst {
[Version (since = "1.12")]
public GLib.HashTable<string,string>? get_media_fragment_table ();
[Version (since = "1.6")]
- public string get_path ();
+ public string? get_path ();
[Version (since = "1.6")]
public GLib.List<string> get_path_segments ();
[Version (since = "1.6")]
diff --git a/vapi/gstreamer-audio-1.0.vapi b/vapi/gstreamer-audio-1.0.vapi
index e53ab40c0..2cd494b8f 100644
--- a/vapi/gstreamer-audio-1.0.vapi
+++ b/vapi/gstreamer-audio-1.0.vapi
@@ -176,6 +176,8 @@ namespace Gst {
[NoWrapper]
public virtual bool decide_allocation (Gst.Query query);
public Gst.FlowReturn finish_frame (Gst.Buffer buf, int frames);
+ [Version (since = "1.16")]
+ public Gst.FlowReturn finish_subframe (Gst.Buffer buf);
[NoWrapper]
public virtual void flush (bool hard);
public void get_allocator (out Gst.Allocator allocator, out Gst.AllocationParams @params);