From b23471650480d8964c2b35aa84159cf46fed3a11 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 27 Nov 2019 13:57:21 +0100 Subject: [PATCH] gstreamer: Update from 1.17.0+ git master --- vapi/gstreamer-1.0.vapi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi index 88811ee60..b3a3b1389 100644 --- a/vapi/gstreamer-1.0.vapi +++ b/vapi/gstreamer-1.0.vapi @@ -1056,7 +1056,13 @@ namespace Gst { [CCode (has_construct_function = false)] public DateTime.from_unix_epoch_local_time (int64 secs); [CCode (has_construct_function = false)] + [Version (since = "1.18")] + public DateTime.from_unix_epoch_local_time_usecs (int64 usecs); + [CCode (has_construct_function = false)] public DateTime.from_unix_epoch_utc (int64 secs); + [CCode (has_construct_function = false)] + [Version (since = "1.18")] + public DateTime.from_unix_epoch_utc_usecs (int64 usecs); public int get_day (); public int get_hour (); public int get_microsecond (); -- 2.47.2