[vala/staging] gstreamer: Update from 1.17.2+ git master



commit fb4d8eba195bf8bbc3039634e8b10b21676aff6d
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Jul 6 13:57:51 2020 +0200

    gstreamer: Update from 1.17.2+ git master

 vapi/gstreamer-video-1.0.vapi | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]