diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-05-23 11:48:54 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-05-23 11:48:54 +0200 |
commit | 44f94a26333d7c30288f8544f2eaebe9d8c51080 (patch) | |
tree | 9bc9bd0aa7509b3b9e92a471657241f36f110a99 /vapi/gstreamer-audio-1.0.vapi | |
parent | 9365176e3f4fab737112e957f38c128752c8b504 (diff) | |
download | vala-44f94a26333d7c30288f8544f2eaebe9d8c51080.tar.gz |
gstreamer: Update from 1.17.0+ git master
Diffstat (limited to 'vapi/gstreamer-audio-1.0.vapi')
-rw-r--r-- | vapi/gstreamer-audio-1.0.vapi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/gstreamer-audio-1.0.vapi b/vapi/gstreamer-audio-1.0.vapi index 5ff80bf23..b0f71c311 100644 --- a/vapi/gstreamer-audio-1.0.vapi +++ b/vapi/gstreamer-audio-1.0.vapi @@ -21,6 +21,8 @@ namespace Gst { public uint64 discont_wait { get; set; } [NoAccessorMethod] public uint64 output_buffer_duration { get; set; } + [NoAccessorMethod] + public Gst.Fraction output_buffer_duration_fraction { owned get; set; } } [CCode (cheader_filename = "gst/audio/audio.h", type_id = "gst_audio_aggregator_convert_pad_get_type ()")] [GIR (name = "AudioAggregatorConvertPad")] |