summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-05-19 12:56:53 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-05-19 12:57:21 +0200
commit24de57b7b03ef7fadbec8540b20387fa8f711f86 (patch)
tree19212bcf447e46a4325b571cd4ee28d091b81b74 /vapi/gstreamer-1.0.vapi
parent32e369f7cd7014e02a9923c9c43897c25026b230 (diff)
downloadvala-24de57b7b03ef7fadbec8540b20387fa8f711f86.tar.gz
gstreamer: Update from 1.17.0+ git master
Diffstat (limited to 'vapi/gstreamer-1.0.vapi')
-rw-r--r--vapi/gstreamer-1.0.vapi2
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi
index ab88ce854..c6d5a39c6 100644
--- a/vapi/gstreamer-1.0.vapi
+++ b/vapi/gstreamer-1.0.vapi
@@ -1403,6 +1403,8 @@ namespace Gst {
public uint32 get_seqnum ();
public unowned Gst.Structure? get_structure ();
public bool has_name (string name);
+ [Version (since = "1.18")]
+ public bool has_name_id (GLib.Quark name);
[CCode (has_construct_function = false)]
[Version (since = "1.18")]
public Event.instant_rate_change (double rate_multiplier, Gst.SegmentFlags new_flags);