From adf00e89188553ae8ec0ef524b3b0f8a40138017 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Fri, 3 Sep 2021 15:15:25 +0200 Subject: gstreamer: Update from 1.19.0+ git master --- vapi/gstreamer-pbutils-1.0.vapi | 6 ++++++ vapi/gstreamer-rtp-1.0.vapi | 16 +++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) (limited to 'vapi') diff --git a/vapi/gstreamer-pbutils-1.0.vapi b/vapi/gstreamer-pbutils-1.0.vapi index 99d316b0b..0c8a03e88 100644 --- a/vapi/gstreamer-pbutils-1.0.vapi +++ b/vapi/gstreamer-pbutils-1.0.vapi @@ -31,6 +31,9 @@ namespace Gst { public static uint8 get_level_idc (string level); [CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_h264_get_profile")] public static unowned string get_profile ([CCode (array_length_cname = "len", array_length_pos = 1.1, array_length_type = "guint")] uint8[] sps); + [CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_h264_get_profile_flags_level")] + [Version (since = "1.20")] + public static bool get_profile_flags_level (uint8 codecs_data, uint len, uint8 profile, uint8 flags, uint8 level); } namespace MPEG4Video { [CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_mpeg4video_caps_set_level_and_profile")] @@ -364,6 +367,9 @@ namespace Gst { public const int PLUGINS_BASE_VERSION_NANO; [CCode (cheader_filename = "gst/pbutils/pbutils.h")] public static bool add_codec_description_to_tag_list (Gst.TagList taglist, string? codec_tag, Gst.Caps caps); + [CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_caps_get_mime_codec")] + [Version (since = "1.20")] + public static string codec_utils_caps_get_mime_codec (Gst.Caps caps); [CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_h265_caps_set_level_tier_and_profile")] [Version (since = "1.4")] public static bool codec_utils_h265_caps_set_level_tier_and_profile (Gst.Caps caps, [CCode (array_length_cname = "len", array_length_pos = 2.1, array_length_type = "guint")] uint8[] profile_tier_level); diff --git a/vapi/gstreamer-rtp-1.0.vapi b/vapi/gstreamer-rtp-1.0.vapi index 5170dff0b..e321098e0 100644 --- a/vapi/gstreamer-rtp-1.0.vapi +++ b/vapi/gstreamer-rtp-1.0.vapi @@ -170,7 +170,21 @@ namespace Gst { LOC, TOOL, NOTE, - PRIV; + PRIV, + [Version (since = "1.20")] + H323_CADDR, + [Version (since = "1.20")] + APSI, + [Version (since = "1.20")] + RGRP, + [Version (since = "1.20")] + RTP_STREAM_ID, + [Version (since = "1.20")] + REPAIRED_RTP_STREAM_ID, + [Version (since = "1.20")] + CCID, + [Version (since = "1.20")] + MID; [CCode (cname = "gst_rtcp_sdes_name_to_type")] public static Gst.RTCP.SDESType from_string (string name); [CCode (cname = "gst_rtcp_sdes_type_to_name")] -- cgit v1.2.1