]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update from 1.17.0+ git master
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 16 Jun 2020 10:23:46 +0000 (12:23 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 16 Jun 2020 10:23:46 +0000 (12:23 +0200)
vapi/gstreamer-1.0.vapi
vapi/gstreamer-base-1.0.vapi

index 62f7e83504ab8d60262c7e8f39948f0da29a34d1..5d575a67d3f0296fe475694566b524c79dc0929a 100644 (file)
@@ -4073,9 +4073,13 @@ namespace Gst {
        public const Gst.ClockTimeDiff MSECOND;
        [CCode (cheader_filename = "gst/gst.h", cname = "GST_NSECOND")]
        public const Gst.ClockTimeDiff NSECOND;
+       [CCode (cheader_filename = "gst/gst.h", cname = "GST_PARAM_CONDITIONALLY_AVAILABLE")]
+       [Version (since = "1.18")]
+       public const int PARAM_CONDITIONALLY_AVAILABLE;
        [CCode (cheader_filename = "gst/gst.h", cname = "GST_PARAM_CONTROLLABLE")]
        public const int PARAM_CONTROLLABLE;
        [CCode (cheader_filename = "gst/gst.h", cname = "GST_PARAM_DOC_SHOW_DEFAULT")]
+       [Version (since = "1.18")]
        public const int PARAM_DOC_SHOW_DEFAULT;
        [CCode (cheader_filename = "gst/gst.h", cname = "GST_PARAM_MUTABLE_PAUSED")]
        public const int PARAM_MUTABLE_PAUSED;
index 0f9d4c3b00a68f0fece6b4d744b35cca7ca65ccb..0f9e4368a08175b7224b60387d6a7895c1f5a5cd 100644 (file)
@@ -892,15 +892,12 @@ namespace Gst {
                        [CCode (cname = "ABI.abi.dts")]
                        public int64 ABI_abi_dts;
                }
-               [CCode (cheader_filename = "gst/base/base.h", cname = "GstAggregatorStartTimeSelection", cprefix = "", type_id = "gst_aggregator_start_time_selection_get_type ()")]
+               [CCode (cheader_filename = "gst/base/base.h", cname = "GstAggregatorStartTimeSelection", cprefix = "GST_AGGREGATOR_START_TIME_SELECTION_", type_id = "gst_aggregator_start_time_selection_get_type ()")]
                [GIR (name = "AggregatorStartTimeSelection")]
                [Version (since = "1.14")]
                public enum AggregatorStartTimeSelection {
-                       [CCode (cname = "Start at 0 running time (default)")]
                        ZERO,
-                       [CCode (cname = "Start at first observed input running time")]
                        FIRST,
-                       [CCode (cname = "Set start time with start-time property")]
                        SET
                }
                [CCode (cheader_filename = "gst/base/base.h", cname = "GstCollectPadsStateFlags", cprefix = "GST_COLLECT_PADS_STATE_", has_type_id = false)]