summaryrefslogtreecommitdiff
path: root/vapi/gst-editing-services-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-05-26 17:04:39 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2021-05-26 17:04:39 +0200
commit784905ff1d7c64bceeabc80d4bac379af0f30f10 (patch)
treea3244231f8b151c1eff7d2a376475c26ae629cd0 /vapi/gst-editing-services-1.0.vapi
parent0b0ff3b318ca9ad734a39ea673e0e5593d15e8d9 (diff)
downloadvala-784905ff1d7c64bceeabc80d4bac379af0f30f10.tar.gz
gstreamer: Update from 1.19.0+ git master
Diffstat (limited to 'vapi/gst-editing-services-1.0.vapi')
-rw-r--r--vapi/gst-editing-services-1.0.vapi9
1 files changed, 8 insertions, 1 deletions
diff --git a/vapi/gst-editing-services-1.0.vapi b/vapi/gst-editing-services-1.0.vapi
index 6875ba3d3..252bba44f 100644
--- a/vapi/gst-editing-services-1.0.vapi
+++ b/vapi/gst-editing-services-1.0.vapi
@@ -405,6 +405,9 @@ namespace GES {
protected Source ();
[NoWrapper]
[Version (since = "1.20")]
+ public virtual unowned Gst.Element create_source ();
+ [NoWrapper]
+ [Version (since = "1.20")]
public virtual bool select_pad (Gst.Pad pad);
}
[CCode (cheader_filename = "ges/ges.h", type_id = "ges_source_clip_get_type ()")]
@@ -749,6 +752,10 @@ namespace GES {
public virtual void changed ();
[Version (since = "1.18")]
public void clamp_control_source (string property_name);
+ [NoWrapper]
+ public virtual unowned Gst.Element create_element ();
+ [NoWrapper]
+ public virtual unowned Gst.Element create_gnl_object ();
[Version (deprecated = true, deprecated_since = "1.18")]
public bool edit (GLib.List<GES.Layer>? layers, GES.EditMode mode, GES.Edge edge, uint64 position);
public unowned GLib.HashTable<string,Gst.ControlBinding> get_all_control_bindings ();
@@ -768,7 +775,7 @@ namespace GES {
[CCode (array_length_pos = 0.1, array_length_type = "guint")]
[Version (deprecated = true)]
public GLib.ParamSpec[] list_children_properties ();
- [Version (deprecated = true)]
+ [Version (deprecated = true, deprecated_since = "1.14")]
public virtual bool lookup_child (string prop_name, out Gst.Element element, out GLib.ParamSpec pspec);
public bool remove_control_binding (string property_name);
public bool set_active (bool active);