]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update from 1.17.0+ git master
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 20 Jan 2020 19:08:00 +0000 (20:08 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 20 Jan 2020 19:08:00 +0000 (20:08 +0100)
vapi/gstreamer-pbutils-1.0.vapi
vapi/gstreamer-rtsp-server-1.0.vapi

index 3b2045374dedcb20e2c11cc83f54acb7523a058d..bcefeba21177b0f51e4dc9f297aa895d72f91d0b 100644 (file)
@@ -204,6 +204,7 @@ namespace Gst {
                        public unowned string get_preset ();
                        public unowned string get_preset_name ();
                        public Gst.Caps get_restriction ();
+                       [Version (since = "1.18")]
                        public bool get_single_segment ();
                        public unowned string get_type_nick ();
                        public bool is_enabled ();
@@ -218,6 +219,7 @@ namespace Gst {
                        public void set_preset (string? preset);
                        public void set_preset_name (string? preset_name);
                        public void set_restriction (owned Gst.Caps? restriction);
+                       [Version (since = "1.18")]
                        public void set_single_segment (bool single_segment);
                        [NoAccessorMethod]
                        public Gst.Caps restriction_caps { owned get; set; }
index 341cf879e733715bfe41fd4f7fa64650291eb167..8553645fa4e91da114764e51eecc3c5b29e13091 100644 (file)
@@ -137,6 +137,8 @@ namespace Gst {
                        [NoAccessorMethod]
                        public bool drop_backlog { get; set; }
                        public Gst.RTSPServer.MountPoints mount_points { owned get; set; }
+                       [NoAccessorMethod]
+                       public int post_session_timeout { get; set; }
                        public Gst.RTSPServer.SessionPool session_pool { owned get; set; }
                        public virtual signal void announce_request (Gst.RTSPServer.Context ctx);
                        [Version (since = "1.6")]