summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-11-21 14:37:54 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2019-11-21 14:37:54 +0100
commit0f518f8018606011f2d00be9635f7187b1840f84 (patch)
tree30b2b6c7d41aed8b90f9b91a2b5caa7586094864
parenta6112f0e7fe849a19fb26db1a56d55dc81659d25 (diff)
downloadvala-0f518f8018606011f2d00be9635f7187b1840f84.tar.gz
gstreamer: Update from 1.17.0+ git master
-rw-r--r--vapi/gstreamer-1.0.vapi6
1 files changed, 4 insertions, 2 deletions
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi
index ce4c332ec..88811ee60 100644
--- a/vapi/gstreamer-1.0.vapi
+++ b/vapi/gstreamer-1.0.vapi
@@ -1397,7 +1397,7 @@ namespace Gst {
public Event.instant_rate_change (double rate_multiplier, Gst.SegmentFlags new_flags);
[CCode (has_construct_function = false)]
[Version (since = "1.18")]
- public Event.instant_rate_sync_time (double rate, Gst.ClockTime running_time, Gst.ClockTime upstream_running_time);
+ public Event.instant_rate_sync_time (double rate_multiplier, Gst.ClockTime running_time, Gst.ClockTime upstream_running_time);
[CCode (has_construct_function = false)]
public Event.latency (Gst.ClockTime latency);
[CCode (has_construct_function = false)]
@@ -1411,7 +1411,7 @@ namespace Gst {
[Version (since = "1.18")]
public void parse_instant_rate_change (out double rate_multiplier, out Gst.SegmentFlags new_flags);
[Version (since = "1.18")]
- public void parse_instant_rate_sync_time (double rate, out Gst.ClockTime running_time, out Gst.ClockTime upstream_running_time);
+ public void parse_instant_rate_sync_time (out double rate_multiplier, out Gst.ClockTime running_time, out Gst.ClockTime upstream_running_time);
public void parse_latency (out Gst.ClockTime latency);
[Version (since = "1.6")]
public void parse_protection (out unowned string system_id, out unowned Gst.Buffer data, out unowned string origin);
@@ -2445,6 +2445,8 @@ namespace Gst {
public bool set_parent_refcount (int refcount);
public void set_valist (string fieldname, va_list varargs);
public void set_value (string fieldname, GLib.Value value);
+ [Version (since = "1.18")]
+ public static bool take (ref Gst.Structure? oldstr_ptr, owned Gst.Structure? newstr);
public void take_value (string fieldname, owned GLib.Value value);
public string to_string ();
[CCode (has_construct_function = false)]