]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update from 1.19.0+ git master
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 3 Sep 2021 13:15:25 +0000 (15:15 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 3 Sep 2021 13:15:25 +0000 (15:15 +0200)
vapi/gstreamer-pbutils-1.0.vapi
vapi/gstreamer-rtp-1.0.vapi

index 99d316b0b6971361a10e378ad29b0ae7ec9097ec..0c8a03e886bf7066ae143588e9d6f7bfb1b95393 100644 (file)
@@ -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);
index 5170dff0b68c38bc8e07bc73b92c6539778a9a36..e321098e0d17528f636d0c915cab9912583dbab1 100644 (file)
@@ -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")]