[vala/staging] gstreamer-1.0: Update to 1.13.1+
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging] gstreamer-1.0: Update to 1.13.1+
- Date: Mon, 26 Feb 2018 22:25:47 +0000 (UTC)
commit ac4bcfa453b347b069d2702757a7764ae460fae2
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Feb 26 23:17:50 2018 +0100
gstreamer-1.0: Update to 1.13.1+
vapi/gstreamer-rtp-1.0.vapi | 1 +
vapi/gstreamer-video-1.0.vapi | 5 +++++
2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/vapi/gstreamer-rtp-1.0.vapi b/vapi/gstreamer-rtp-1.0.vapi
index 34b2b97..fb7742d 100644
--- a/vapi/gstreamer-rtp-1.0.vapi
+++ b/vapi/gstreamer-rtp-1.0.vapi
@@ -161,6 +161,7 @@ namespace Gst {
[Version (since = "1.10")]
public enum BufferFlags {
RETRANSMISSION,
+ REDUNDANT,
LAST
}
[CCode (cheader_filename = "gst/rtp/rtp.h", cprefix = "GST_RTP_BUFFER_MAP_FLAG_", type_id =
"gst_rtp_buffer_map_flags_get_type ()")]
diff --git a/vapi/gstreamer-video-1.0.vapi b/vapi/gstreamer-video-1.0.vapi
index 2cee677..6f81a22 100644
--- a/vapi/gstreamer-video-1.0.vapi
+++ b/vapi/gstreamer-video-1.0.vapi
@@ -651,6 +651,11 @@ namespace Gst {
public uint y;
public uint w;
public uint h;
+ public weak GLib.List<void*> @params;
+ [Version (since = "1.14")]
+ public void add_param (owned Gst.Structure s);
+ [Version (since = "1.14")]
+ public unowned Gst.Structure? get_param (string name);
}
[CCode (cheader_filename = "gst/video/video.h", has_type_id = false)]
[GIR (name = "VideoResampler")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]