[vala/staging: 1/3] gstreamer: Update from 1.15.2+ git master



commit d9a715aabc14a45e1fa390ed99f60631669b8ed1
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Mar 7 10:50:13 2019 +0100

    gstreamer: Update from 1.15.2+ git master

 vapi/gstreamer-1.0.vapi       | 8 ++++----
 vapi/gstreamer-audio-1.0.vapi | 2 ++
 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]