summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-11-27 13:57:21 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2019-11-27 13:57:33 +0100
commitb23471650480d8964c2b35aa84159cf46fed3a11 (patch)
tree7743692e836f5ae66ca54b5d936723f1cde20b94
parentef7e66ad9b806107409b278e2576e907ce18e878 (diff)
downloadvala-b23471650480d8964c2b35aa84159cf46fed3a11.tar.gz
gstreamer: Update from 1.17.0+ git master
-rw-r--r--vapi/gstreamer-1.0.vapi6
1 files changed, 6 insertions, 0 deletions
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 ();