From: Rico Tzschichholz Date: Wed, 27 Nov 2019 12:57:21 +0000 (+0100) Subject: gstreamer: Update from 1.17.0+ git master X-Git-Tag: 0.47.2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fkeep-around%2Fb23471650480d8964c2b35aa84159cf46fed3a11;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 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 ();