From: Rico Tzschichholz Date: Sat, 18 Jul 2020 14:14:45 +0000 (+0200) Subject: gstreamer: Update from 1.17.2+ git master X-Git-Tag: 0.49.1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d82530413d02e477550675a0157a4c9f931687f9;p=thirdparty%2Fvala.git gstreamer: Update from 1.17.2+ git master --- diff --git a/vapi/gstreamer-video-1.0.vapi b/vapi/gstreamer-video-1.0.vapi index 38d3693b9..e457f5fce 100644 --- a/vapi/gstreamer-video-1.0.vapi +++ b/vapi/gstreamer-video-1.0.vapi @@ -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")]