From: Rico Tzschichholz Date: Mon, 29 Jan 2018 22:06:59 +0000 (+0100) Subject: gstreamer-1.0: Cherry-pick some fixes from 0.38 X-Git-Tag: 0.34.15~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e62b490f987bd6843722038c0abf20a0268c8ac1;p=thirdparty%2Fvala.git gstreamer-1.0: Cherry-pick some fixes from 0.38 --- diff --git a/vapi/gstreamer-base-1.0.vapi b/vapi/gstreamer-base-1.0.vapi index e05e78b57..c33aa5f8f 100644 --- a/vapi/gstreamer-base-1.0.vapi +++ b/vapi/gstreamer-base-1.0.vapi @@ -590,7 +590,7 @@ namespace Gst { [NoWrapper] public virtual Gst.FlowReturn alloc (uint64 offset, uint size, Gst.Buffer buf); [NoWrapper] - public virtual Gst.FlowReturn create (uint64 offset, uint size, Gst.Buffer buf); + public virtual Gst.FlowReturn create (uint64 offset, uint size, out Gst.Buffer buf); [NoWrapper] public virtual bool decide_allocation (Gst.Query query); [NoWrapper] @@ -610,7 +610,7 @@ namespace Gst { [NoWrapper] public virtual bool get_size (uint64 size); [NoWrapper] - public virtual void get_times (Gst.Buffer buffer, Gst.ClockTime start, Gst.ClockTime end); + public virtual void get_times (Gst.Buffer buffer, out Gst.ClockTime start, out Gst.ClockTime end); public bool is_async (); [NoWrapper] public virtual bool is_seekable ();