[vala/0.38] gstreamer: Update to 1.13.91
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.38] gstreamer: Update to 1.13.91
- Date: Mon, 26 Mar 2018 09:50:34 +0000 (UTC)
commit cba185b2c7413917319983748dcf2fa0e2346245
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun Mar 18 16:45:02 2018 +0100
gstreamer: Update to 1.13.91
vapi/gstreamer-audio-1.0.vapi | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/vapi/gstreamer-audio-1.0.vapi b/vapi/gstreamer-audio-1.0.vapi
index 0fef548..c599122 100644
--- a/vapi/gstreamer-audio-1.0.vapi
+++ b/vapi/gstreamer-audio-1.0.vapi
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]