]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update to 1.13.91
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 18 Mar 2018 15:45:02 +0000 (16:45 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 26 Mar 2018 09:05:19 +0000 (11:05 +0200)
vapi/gstreamer-audio-1.0.vapi

index 0fef5488c614f8318ac897a986845396f06be9d2..c59912283a61db6e56e7ce4a67f025e117a67d14 100644 (file)
@@ -470,24 +470,18 @@ namespace Gst {
                [CCode (cheader_filename = "gst/audio/audio.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gst_audio_stream_align_get_type ()")]
                [Compact]
                [GIR (name = "AudioStreamAlign")]
+               [Version (since = "1.14")]
                public class StreamAlign {
                        [CCode (has_construct_function = false)]
-                       [Version (since = "1.14")]
                        public StreamAlign (int rate, Gst.ClockTime alignment_threshold, Gst.ClockTime discont_wait);
-                       [Version (since = "1.14")]
                        public Gst.Audio.StreamAlign copy ();
-                       [Version (since = "1.14")]
                        public void free ();
                        public Gst.ClockTime get_alignment_threshold ();
                        public Gst.ClockTime get_discont_wait ();
                        public int get_rate ();
-                       [Version (since = "1.14")]
                        public uint64 get_samples_since_discont ();
-                       [Version (since = "1.14")]
                        public Gst.ClockTime get_timestamp_at_discont ();
-                       [Version (since = "1.14")]
                        public void mark_discont ();
-                       [Version (since = "1.14")]
                        public bool process (bool discont, Gst.ClockTime timestamp, uint n_samples, out Gst.ClockTime out_timestamp, out Gst.ClockTime out_duration, out uint64 out_sample_position);
                        public void set_alignment_threshold (Gst.ClockTime alignment_threshold);
                        public void set_discont_wait (Gst.ClockTime discont_wait);