From: Evan Nemerson Date: Tue, 11 May 2010 04:47:16 +0000 (-0700) Subject: gstreamer-base-0.10: fix ownership of BaseTransform.transform_caps X-Git-Tag: 0.9.1~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88a70199bfec4d92307bace5e569fd79faadd561;p=thirdparty%2Fvala.git gstreamer-base-0.10: fix ownership of BaseTransform.transform_caps --- diff --git a/vapi/gstreamer-base-0.10.vapi b/vapi/gstreamer-base-0.10.vapi index 25d93e0b5..4bcca8688 100644 --- a/vapi/gstreamer-base-0.10.vapi +++ b/vapi/gstreamer-base-0.10.vapi @@ -226,7 +226,7 @@ namespace Gst { [NoWrapper] public virtual Gst.FlowReturn transform (Gst.Buffer inbuf, Gst.Buffer outbuf); [NoWrapper] - public virtual unowned Gst.Caps transform_caps (Gst.PadDirection direction, Gst.Caps caps); + public virtual Gst.Caps transform_caps (Gst.PadDirection direction, Gst.Caps caps); [NoWrapper] public virtual Gst.FlowReturn transform_ip (Gst.Buffer buf); [NoWrapper] diff --git a/vapi/packages/gstreamer-base-0.10/gstreamer-base-0.10.metadata b/vapi/packages/gstreamer-base-0.10/gstreamer-base-0.10.metadata index efed3717a..28e416a32 100644 --- a/vapi/packages/gstreamer-base-0.10/gstreamer-base-0.10.metadata +++ b/vapi/packages/gstreamer-base-0.10/gstreamer-base-0.10.metadata @@ -20,6 +20,7 @@ gst_base_src_newsegment hidden="1" GstBaseTransform cheader_filename="gst/base/gstbasetransform.h" GstBaseTransform.* weak="0" gst_base_transform_get_unit_size.size is_out="1" +gst_base_transform_transform_caps transfer_ownership="1" gst_base_transform_transform_size.othersize is_out="1" GST_BASE_TRANSFORM_SINK_NAME hidden="1" GST_BASE_TRANSFORM_SRC_NAME hidden="1"