]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update from 1.17.2+ git master
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 25 Jul 2020 13:04:08 +0000 (15:04 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 25 Jul 2020 13:04:08 +0000 (15:04 +0200)
vapi/gstreamer-rtp-1.0.vapi
vapi/gstreamer-video-1.0.vapi

index 56c1521c2f69769104450a58c2107f18e39815ca..4b4a7cae5d19fc0c4ba289d747e5c206c96492fe 100644 (file)
@@ -120,9 +120,6 @@ namespace Gst {
                        public uint timestamp { get; }
                        [NoAccessorMethod]
                        public uint timestamp_offset { get; set; }
-                       [NoAccessorMethod]
-                       [Version (since = "1.18")]
-                       public uint twcc_ext_id { get; set; }
                }
                [CCode (cheader_filename = "gst/rtp/rtp.h", has_type_id = false)]
                [Compact]
index e457f5fcec1c7f100f30fdf9741a701f8c554510..4721cc87af536d4b85831fce7810f9924b92e9e4 100644 (file)
@@ -1180,7 +1180,9 @@ namespace Gst {
                        Y212_LE,
                        Y412_BE,
                        Y412_LE,
+                       [Version (since = "1.18")]
                        NV12_4L4,
+                       [Version (since = "1.18")]
                        NV12_32L32
                }
                [CCode (cheader_filename = "gst/video/video.h", cprefix = "GST_VIDEO_FORMAT_FLAG_", type_id = "gst_video_format_flags_get_type ()")]
@@ -1423,6 +1425,7 @@ namespace Gst {
                public enum TileMode {
                        UNKNOWN,
                        ZFLIPZ_2X2,
+                       [Version (since = "1.18")]
                        LINEAR
                }
                [CCode (cheader_filename = "gst/video/video.h", cprefix = "GST_VIDEO_TILE_TYPE_", type_id = "gst_video_tile_type_get_type ()")]
@@ -1458,6 +1461,7 @@ namespace Gst {
                        BT2020_10,
                        SMPTE2084,
                        ARIB_STD_B67,
+                       [Version (since = "1.18")]
                        BT601
                }
                [CCode (cheader_filename = "gst/video/video.h", cprefix = "GST_VIDEO_VBI_PARSER_RESULT_", type_id = "gst_video_vbi_parser_result_get_type ()")]