]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update from 1.17.2+ git master
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 6 Jul 2020 11:57:51 +0000 (13:57 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 6 Jul 2020 12:01:22 +0000 (14:01 +0200)
vapi/gstreamer-video-1.0.vapi

index 15cd6cc842dacf5ab085772571fd4896583e88c2..38d3693b989d12e35e2b416d4f05b316ba671e1c 100644 (file)
@@ -1454,7 +1454,8 @@ namespace Gst {
                        ADOBERGB,
                        BT2020_10,
                        SMPTE2084,
-                       ARIB_STD_B67
+                       ARIB_STD_B67,
+                       BT601
                }
                [CCode (cheader_filename = "gst/video/video.h", cprefix = "GST_VIDEO_VBI_PARSER_RESULT_", type_id = "gst_video_vbi_parser_result_get_type ()")]
                [GIR (name = "VideoVBIParserResult")]
@@ -1729,6 +1730,9 @@ namespace Gst {
                public static Gst.Video.TransferFunction color_transfer_from_iso (uint value);
                [CCode (cheader_filename = "gst/video/video.h")]
                [Version (since = "1.18")]
+               public static bool color_transfer_is_equivalent (Gst.Video.TransferFunction from_func, uint from_bpp, Gst.Video.TransferFunction to_func, uint to_bpp);
+               [CCode (cheader_filename = "gst/video/video.h")]
+               [Version (since = "1.18")]
                public static uint color_transfer_to_iso (Gst.Video.TransferFunction func);
                [CCode (cheader_filename = "gst/video/video.h")]
                public static Gst.Sample convert_sample (Gst.Sample sample, Gst.Caps to_caps, Gst.ClockTime timeout) throws GLib.Error;