]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update from 1.15.2+ git master
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 7 Mar 2019 09:50:13 +0000 (10:50 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 7 Mar 2019 09:51:14 +0000 (10:51 +0100)
vapi/gstreamer-1.0.vapi
vapi/gstreamer-audio-1.0.vapi

index f1cbe55c53fd85cf20f0a01bec421cd7d146576a..2e4ba676cd81d8a7799561faa6aa487385400824 100644 (file)
@@ -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")]
index e53ab40c0e86e712c8c61cafa52864b83b6c1cc3..2cd494b8f886e7476611920b515f3f2626af1027 100644 (file)
@@ -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);