diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-11-03 10:30:39 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-11-03 10:30:39 +0100 |
commit | a1ce10274eed1c0a973189e620b6063c7a0fc8ea (patch) | |
tree | 94315625fdd23a8ff79d68bee683c60c5c520a25 /vapi/gstreamer-player-1.0.vapi | |
parent | 2330a84fcd7ef7b7d619f515ee2b134fdbb2dff1 (diff) | |
download | vala-a1ce10274eed1c0a973189e620b6063c7a0fc8ea.tar.gz |
vapi: Update GIR-based bindings
Diffstat (limited to 'vapi/gstreamer-player-1.0.vapi')
-rw-r--r-- | vapi/gstreamer-player-1.0.vapi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vapi/gstreamer-player-1.0.vapi b/vapi/gstreamer-player-1.0.vapi index 6ba8440fe..98e47b9fd 100644 --- a/vapi/gstreamer-player-1.0.vapi +++ b/vapi/gstreamer-player-1.0.vapi @@ -7,8 +7,11 @@ namespace Gst { [CCode (has_construct_function = false)] public Player (owned Gst.PlayerVideoRenderer? video_renderer, owned Gst.PlayerSignalDispatcher? signal_dispatcher); public static uint config_get_position_update_interval (Gst.Structure config); + public static bool config_get_seek_accurate (Gst.Structure config); public static string config_get_user_agent (Gst.Structure config); public static void config_set_position_update_interval (Gst.Structure config, uint interval); + [Version (since = "1.12")] + public void config_set_seek_accurate (bool accurate); public static void config_set_user_agent (Gst.Structure config, string agent); public static unowned GLib.List<Gst.PlayerAudioInfo> get_audio_streams (Gst.PlayerMediaInfo info); public int64 get_audio_video_offset (); |