From: Rico Tzschichholz Date: Thu, 7 Mar 2019 09:50:13 +0000 (+0100) Subject: gstreamer: Update from 1.15.2+ git master X-Git-Tag: 0.44.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9a715aabc14a45e1fa390ed99f60631669b8ed1;p=thirdparty%2Fvala.git gstreamer: Update from 1.15.2+ git master --- 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? get_media_fragment_table (); [Version (since = "1.6")] - public string get_path (); + public string? get_path (); [Version (since = "1.6")] public GLib.List 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);