summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-pbutils-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-05-01 16:35:53 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-05-01 16:38:25 +0200
commit6d63ab105ea6dc3d31d4a25eeb60e3db29685778 (patch)
treed5659ec86d39eb1c211ba5b2124c5b773be8a8da /vapi/gstreamer-pbutils-1.0.vapi
parentb9085f2a309b7920dee2ae771d06b592bc5395ea (diff)
downloadvala-6d63ab105ea6dc3d31d4a25eeb60e3db29685778.tar.gz
gstreamer: Update from 1.17.0+ git master
Diffstat (limited to 'vapi/gstreamer-pbutils-1.0.vapi')
-rw-r--r--vapi/gstreamer-pbutils-1.0.vapi9
1 files changed, 9 insertions, 0 deletions
diff --git a/vapi/gstreamer-pbutils-1.0.vapi b/vapi/gstreamer-pbutils-1.0.vapi
index 62026add8..f0d186a66 100644
--- a/vapi/gstreamer-pbutils-1.0.vapi
+++ b/vapi/gstreamer-pbutils-1.0.vapi
@@ -8,6 +8,7 @@ namespace Gst {
[CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_aac_caps_set_level_and_profile")]
public static bool caps_set_level_and_profile (Gst.Caps caps, [CCode (array_length_cname = "len", array_length_pos = 2.1, array_length_type = "guint")] uint8[] audio_config);
[CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_aac_get_channels")]
+ [Version (since = "1.10")]
public static uint get_channels ([CCode (array_length_cname = "len", array_length_pos = 1.1, array_length_type = "guint")] uint8[] audio_config);
[CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_aac_get_index_from_sample_rate")]
public static int get_index_from_sample_rate (uint rate);
@@ -16,6 +17,7 @@ namespace Gst {
[CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_aac_get_profile")]
public static unowned string get_profile ([CCode (array_length_cname = "len", array_length_pos = 1.1, array_length_type = "guint")] uint8[] audio_config);
[CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_aac_get_sample_rate")]
+ [Version (since = "1.10")]
public static uint get_sample_rate ([CCode (array_length_cname = "len", array_length_pos = 1.1, array_length_type = "guint")] uint8[] audio_config);
[CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_aac_get_sample_rate_from_index")]
public static uint get_sample_rate_from_index (uint sr_idx);
@@ -188,6 +190,7 @@ namespace Gst {
public class EncodingProfile : GLib.Object {
[CCode (has_construct_function = false)]
protected EncodingProfile ();
+ [Version (since = "1.12")]
public Gst.PbUtils.EncodingProfile copy ();
public static Gst.PbUtils.EncodingProfile find (string targetname, string? profilename, string? category);
public static Gst.PbUtils.EncodingProfile from_discoverer (Gst.PbUtils.DiscovererInfo info);
@@ -206,6 +209,7 @@ namespace Gst {
public bool is_equal (Gst.PbUtils.EncodingProfile b);
public void set_allow_dynamic_output (bool allow_dynamic_output);
public void set_description (string? description);
+ [Version (since = "1.6")]
public void set_enabled (bool enabled);
public void set_format (Gst.Caps format);
public void set_name (string? name);
@@ -333,14 +337,19 @@ namespace Gst {
[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_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);
[CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_h265_get_level")]
+ [Version (since = "1.4")]
public static unowned string codec_utils_h265_get_level ([CCode (array_length_cname = "len", array_length_pos = 1.1, array_length_type = "guint")] uint8[] profile_tier_level);
[CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_h265_get_level_idc")]
+ [Version (since = "1.4")]
public static uint8 codec_utils_h265_get_level_idc (string level);
[CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_h265_get_profile")]
+ [Version (since = "1.4")]
public static unowned string codec_utils_h265_get_profile ([CCode (array_length_cname = "len", array_length_pos = 1.1, array_length_type = "guint")] uint8[] profile_tier_level);
[CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_h265_get_tier")]
+ [Version (since = "1.4")]
public static unowned string codec_utils_h265_get_tier ([CCode (array_length_cname = "len", array_length_pos = 1.1, array_length_type = "guint")] uint8[] profile_tier_level);
[CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_opus_create_caps")]
[Version (since = "1.8")]