]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-base-0.10: fix ownership of BaseTransform.transform_caps
authorEvan Nemerson <evan@coeus-group.com>
Tue, 11 May 2010 04:47:16 +0000 (21:47 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Tue, 11 May 2010 04:49:14 +0000 (21:49 -0700)
vapi/gstreamer-base-0.10.vapi
vapi/packages/gstreamer-base-0.10/gstreamer-base-0.10.metadata

index 25d93e0b5de6745960bc87c6a18cbaf3b456260c..4bcca86889dccba8be5b7632e431edbbe1741417 100644 (file)
@@ -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]
index efed3717a3e43a0044881fbd3d3300565d63b3ef..28e416a32f013c2870d54739c88ec4967230c1a1 100644 (file)
@@ -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"