diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-10-21 20:48:07 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-10-21 20:48:07 +0200 |
commit | e46c28d523630150d505855b26dbf675b5f48fe8 (patch) | |
tree | de283eb01025795bce6a4ce7fdbd25c4f21d1def /vapi/gstreamer-video-1.0.vapi | |
parent | 2e3d6afb78b1a9a7dca119b3bdd1b867d90fe18a (diff) | |
download | vala-e46c28d523630150d505855b26dbf675b5f48fe8.tar.gz |
vapi: Update GIR-based bindings
Diffstat (limited to 'vapi/gstreamer-video-1.0.vapi')
-rw-r--r-- | vapi/gstreamer-video-1.0.vapi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/gstreamer-video-1.0.vapi b/vapi/gstreamer-video-1.0.vapi index 1e28757df..fa1d1c9b1 100644 --- a/vapi/gstreamer-video-1.0.vapi +++ b/vapi/gstreamer-video-1.0.vapi @@ -184,6 +184,8 @@ namespace Gst { public Gst.Video.CodecFrame get_frame (int frame_number); public GLib.List<Gst.Video.CodecFrame> get_frames (); public void get_latency (out Gst.ClockTime min_latency, out Gst.ClockTime max_latency); + [Version (since = "1.14")] + public Gst.ClockTimeDiff get_max_encode_time (Gst.Video.CodecFrame frame); public Gst.Video.CodecFrame get_oldest_frame (); public Gst.Video.CodecState get_output_state (); [NoWrapper] |