From 1d0bbd198203b280e09a3ccd69cccba6954ce654 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 13 Jun 2018 15:33:52 +0200 Subject: [PATCH] gstreamer: Cherry-pick some fixes from 0.42 --- vapi/gstreamer-webrtc-1.0.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapi/gstreamer-webrtc-1.0.vapi b/vapi/gstreamer-webrtc-1.0.vapi index f8471e29a..26b581cb9 100644 --- a/vapi/gstreamer-webrtc-1.0.vapi +++ b/vapi/gstreamer-webrtc-1.0.vapi @@ -99,7 +99,7 @@ namespace Gst { public weak Gst.SDP.Message sdp; public Gst.WebRTCSDPType type; [CCode (has_construct_function = false)] - public WebRTCSessionDescription (Gst.WebRTCSDPType type, Gst.SDP.Message sdp); + public WebRTCSessionDescription (Gst.WebRTCSDPType type, owned Gst.SDP.Message sdp); public Gst.WebRTCSessionDescription copy (); public void free (); } -- 2.11.4.GIT