diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-01-16 21:08:59 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-01-16 21:09:26 +0100 |
commit | 2c8858473e27b2e4c7e9169fc531819f4924b0a1 (patch) | |
tree | 6a49dffe35d81ab1a9ad172818acd971e196324a /vapi/gstreamer-base-1.0.vapi | |
parent | 92ba4e178723b1aa6404da556c79b08abe5eaf05 (diff) | |
download | vala-2c8858473e27b2e4c7e9169fc531819f4924b0a1.tar.gz |
gstreamer: Update from 1.15+ git master
Diffstat (limited to 'vapi/gstreamer-base-1.0.vapi')
-rw-r--r-- | vapi/gstreamer-base-1.0.vapi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/gstreamer-base-1.0.vapi b/vapi/gstreamer-base-1.0.vapi index 43354d9d5..cc40f6e6c 100644 --- a/vapi/gstreamer-base-1.0.vapi +++ b/vapi/gstreamer-base-1.0.vapi @@ -55,6 +55,7 @@ namespace Gst { } [CCode (cheader_filename = "gst/base/base.h", cname = "GstAggregator", lower_case_cprefix = "gst_aggregator_", type_id = "gst_aggregator_get_type ()")] [GIR (name = "Aggregator")] + [Version (since = "1.14")] public abstract class Aggregator : Gst.Element { public weak Gst.Pad srcpad; [CCode (has_construct_function = false)] @@ -109,6 +110,7 @@ namespace Gst { } [CCode (cheader_filename = "gst/base/base.h", cname = "GstAggregatorPad", lower_case_cprefix = "gst_aggregator_pad_", type_id = "gst_aggregator_pad_get_type ()")] [GIR (name = "AggregatorPad")] + [Version (since = "1.14")] public class AggregatorPad : Gst.Pad { public weak Gst.Segment segment; [CCode (has_construct_function = false)] |