~vcs-imports/vala/trunk

« back to all changes in this revision

Viewing changes to vapi/gstreamer-1.0.vapi

  • Committer: Rico Tzschichholz
  • Date: 2019-11-21 13:37:54 UTC
  • Revision ID: git-v1:0f518f8018606011f2d00be9635f7187b1840f84
gstreamer: Update from 1.17.0+ git master

Show diffs side-by-side

added added

removed removed

Lines of Context:
1397
1397
                public Event.instant_rate_change (double rate_multiplier, Gst.SegmentFlags new_flags);
1398
1398
                [CCode (has_construct_function = false)]
1399
1399
                [Version (since = "1.18")]
1400
 
                public Event.instant_rate_sync_time (double rate, Gst.ClockTime running_time, Gst.ClockTime upstream_running_time);
 
1400
                public Event.instant_rate_sync_time (double rate_multiplier, Gst.ClockTime running_time, Gst.ClockTime upstream_running_time);
1401
1401
                [CCode (has_construct_function = false)]
1402
1402
                public Event.latency (Gst.ClockTime latency);
1403
1403
                [CCode (has_construct_function = false)]
1411
1411
                [Version (since = "1.18")]
1412
1412
                public void parse_instant_rate_change (out double rate_multiplier, out Gst.SegmentFlags new_flags);
1413
1413
                [Version (since = "1.18")]
1414
 
                public void parse_instant_rate_sync_time (double rate, out Gst.ClockTime running_time, out Gst.ClockTime upstream_running_time);
 
1414
                public void parse_instant_rate_sync_time (out double rate_multiplier, out Gst.ClockTime running_time, out Gst.ClockTime upstream_running_time);
1415
1415
                public void parse_latency (out Gst.ClockTime latency);
1416
1416
                [Version (since = "1.6")]
1417
1417
                public void parse_protection (out unowned string system_id, out unowned Gst.Buffer data, out unowned string origin);
2445
2445
                public bool set_parent_refcount (int refcount);
2446
2446
                public void set_valist (string fieldname, va_list varargs);
2447
2447
                public void set_value (string fieldname, GLib.Value value);
 
2448
                [Version (since = "1.18")]
 
2449
                public static bool take (ref Gst.Structure? oldstr_ptr, owned Gst.Structure? newstr);
2448
2450
                public void take_value (string fieldname, owned GLib.Value value);
2449
2451
                public string to_string ();
2450
2452
                [CCode (has_construct_function = false)]