summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-09-03 15:15:25 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2021-09-03 15:15:25 +0200
commitadf00e89188553ae8ec0ef524b3b0f8a40138017 (patch)
tree0bacb676d96379d463720ac17f167ef55e429778
parent60fd1f800b3e2746c95d7503b40a03f5498f0f5d (diff)
downloadvala-adf00e89188553ae8ec0ef524b3b0f8a40138017.tar.gz
gstreamer: Update from 1.19.0+ git master
-rw-r--r--vapi/gstreamer-pbutils-1.0.vapi6
-rw-r--r--vapi/gstreamer-rtp-1.0.vapi16
2 files changed, 21 insertions, 1 deletions
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")]