[vala/0.48] gstreamer: Update from 1.18.0+ git master
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] gstreamer: Update from 1.18.0+ git master
- Date: Tue, 29 Sep 2020 07:30:07 +0000 (UTC)
commit 25d8b738136950be4da0a4a4404c70bb9aabecf4
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Thu Sep 10 17:13:26 2020 +0200
gstreamer: Update from 1.18.0+ git master
vapi/gstreamer-video-1.0.vapi | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/vapi/gstreamer-video-1.0.vapi b/vapi/gstreamer-video-1.0.vapi
index 4721cc87a..8730c72ed 100644
--- a/vapi/gstreamer-video-1.0.vapi
+++ b/vapi/gstreamer-video-1.0.vapi
@@ -1733,15 +1733,6 @@ namespace Gst {
[Version (since = "1.6")]
public static double color_transfer_encode (Gst.Video.TransferFunction func, double val);
[CCode (cheader_filename = "gst/video/video.h")]
- [Version (since = "1.18")]
- 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;
[CCode (cheader_filename = "gst/video/video.h")]
public static void convert_sample_async (Gst.Sample sample, Gst.Caps to_caps, Gst.ClockTime
timeout, owned Gst.Video.ConvertSampleCallback callback);
@@ -1912,5 +1903,14 @@ namespace Gst {
public static GLib.Type time_code_meta_api_get_type ();
[CCode (cheader_filename = "gst/video/video.h")]
public static unowned Gst.MetaInfo? time_code_meta_get_info ();
+ [CCode (cheader_filename = "gst/video/video.h")]
+ [Version (since = "1.18")]
+ public static Gst.Video.TransferFunction transfer_function_from_iso (uint value);
+ [CCode (cheader_filename = "gst/video/video.h")]
+ [Version (since = "1.18")]
+ public static bool transfer_function_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 transfer_function_to_iso (Gst.Video.TransferFunction func);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]