From: Rico Tzschichholz Date: Thu, 21 Nov 2019 13:37:54 +0000 (+0100) Subject: gstreamer: Update from 1.17.0+ git master X-Git-Tag: 0.47.2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f518f8018606011f2d00be9635f7187b1840f84;p=thirdparty%2Fvala.git gstreamer: Update from 1.17.0+ git master --- 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)]