summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-pbutils-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-02-15 13:33:27 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-02-15 13:33:27 +0100
commit00675cdb7623f40228d46484b94257393a0345b9 (patch)
treed03ab5dda0ad502c9e4a1bfd590ed74eb546cbde /vapi/gstreamer-pbutils-1.0.vapi
parente199f5621175c47a1b3c22a5c8c6337412df6fb9 (diff)
downloadvala-00675cdb7623f40228d46484b94257393a0345b9.tar.gz
gstreamer: Update from 1.19.0+ git master
Diffstat (limited to 'vapi/gstreamer-pbutils-1.0.vapi')
-rw-r--r--vapi/gstreamer-pbutils-1.0.vapi6
1 files changed, 6 insertions, 0 deletions
diff --git a/vapi/gstreamer-pbutils-1.0.vapi b/vapi/gstreamer-pbutils-1.0.vapi
index 3374f928b..802cf4a1e 100644
--- a/vapi/gstreamer-pbutils-1.0.vapi
+++ b/vapi/gstreamer-pbutils-1.0.vapi
@@ -196,6 +196,8 @@ namespace Gst {
public static Gst.PbUtils.EncodingProfile from_discoverer (Gst.PbUtils.DiscovererInfo info);
public bool get_allow_dynamic_output ();
public unowned string get_description ();
+ [Version (since = "1.20")]
+ public Gst.Structure? get_element_properties ();
public unowned string get_file_extension ();
public Gst.Caps get_format ();
public Gst.Caps get_input_caps ();
@@ -211,6 +213,8 @@ 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.20")]
+ public void set_element_properties (owned Gst.Structure element_properties);
[Version (since = "1.6")]
public void set_enabled (bool enabled);
public void set_format (Gst.Caps format);
@@ -221,6 +225,8 @@ namespace Gst {
public void set_restriction (owned Gst.Caps? restriction);
[Version (since = "1.18")]
public void set_single_segment (bool single_segment);
+ [Version (since = "1.20")]
+ public Gst.Structure element_properties { owned get; owned set; }
[NoAccessorMethod]
public Gst.Caps restriction_caps { owned get; set; }
}