]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update from 1.15+ git master
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 5 Dec 2018 07:08:29 +0000 (08:08 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 5 Dec 2018 07:08:29 +0000 (08:08 +0100)
vapi/gstreamer-audio-1.0.vapi
vapi/gstreamer-video-1.0.vapi

index f31324f0cee0d97c06377497206a33cf3f03c74d..82310908cd38d947155222b9bde9886ac26ab960 100644 (file)
@@ -215,6 +215,8 @@ namespace Gst {
                        public void set_max_errors (int num);
                        public void set_min_latency (Gst.ClockTime num);
                        public void set_needs_format (bool enabled);
+                       [Version (since = "1.16")]
+                       public bool set_output_caps (Gst.Caps caps);
                        public bool set_output_format (Gst.Audio.Info info);
                        public void set_plc (bool enabled);
                        public void set_plc_aware (bool plc);
index acfd7ff38ee9c773c3ad07396c429c4667ebbfeb..334baa30facd83d705bc9b8d7f993e3f205cd3d8 100644 (file)
@@ -992,7 +992,8 @@ namespace Gst {
                        NV12_10LE32,
                        NV16_10LE32,
                        NV12_10LE40,
-                       Y210
+                       Y210,
+                       Y410
                }
                [CCode (cheader_filename = "gst/video/video.h", cprefix = "GST_VIDEO_FORMAT_FLAG_", type_id = "gst_video_format_flags_get_type ()")]
                [Flags]