]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update from 1.17.2+ git master
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 18 Jul 2020 14:14:45 +0000 (16:14 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 18 Jul 2020 14:14:45 +0000 (16:14 +0200)
vapi/gstreamer-video-1.0.vapi

index 38d3693b989d12e35e2b416d4f05b316ba671e1c..e457f5fcec1c7f100f30fdf9741a701f8c554510 100644 (file)
@@ -1179,7 +1179,9 @@ namespace Gst {
                        Y212_BE,
                        Y212_LE,
                        Y412_BE,
-                       Y412_LE
+                       Y412_LE,
+                       NV12_4L4,
+                       NV12_32L32
                }
                [CCode (cheader_filename = "gst/video/video.h", cprefix = "GST_VIDEO_FORMAT_FLAG_", type_id = "gst_video_format_flags_get_type ()")]
                [Flags]
@@ -1420,7 +1422,8 @@ namespace Gst {
                [GIR (name = "VideoTileMode")]
                public enum TileMode {
                        UNKNOWN,
-                       ZFLIPZ_2X2
+                       ZFLIPZ_2X2,
+                       LINEAR
                }
                [CCode (cheader_filename = "gst/video/video.h", cprefix = "GST_VIDEO_TILE_TYPE_", type_id = "gst_video_tile_type_get_type ()")]
                [GIR (name = "VideoTileType")]