From: Rico Tzschichholz Date: Mon, 6 Jul 2020 11:57:51 +0000 (+0200) Subject: gstreamer: Update from 1.17.2+ git master X-Git-Tag: 0.49.1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb4d8eba195bf8bbc3039634e8b10b21676aff6d;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 15cd6cc84..38d3693b9 100644 --- a/vapi/gstreamer-video-1.0.vapi +++ b/vapi/gstreamer-video-1.0.vapi @@ -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;