]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-base-0.10: Fix GstBaseTransform.transform_size binding
authorAli Sabil <ali.sabil@gmail.com>
Tue, 3 Mar 2009 15:13:04 +0000 (16:13 +0100)
committerAli Sabil <ali.sabil@gmail.com>
Tue, 3 Mar 2009 15:23:56 +0000 (16:23 +0100)
vapi/gstreamer-base-0.10.vapi
vapi/packages/gstreamer-base-0.10/gstreamer-base-0.10.metadata

index 3b710e47bf0821fe35de717a4baf5d2fdd5c4131..1153f7bc9c8a1fe7c1ba0fd57b8f883482c50566 100644 (file)
@@ -211,7 +211,7 @@ namespace Gst {
                [NoWrapper]
                public virtual Gst.FlowReturn transform_ip (Gst.Buffer buf);
                [NoWrapper]
-               public virtual bool transform_size (Gst.PadDirection direction, Gst.Caps caps, uint size, Gst.Caps othercaps, uint othersize);
+               public virtual bool transform_size (Gst.PadDirection direction, Gst.Caps caps, uint size, Gst.Caps othercaps, out uint othersize);
                public void update_qos (double proportion, Gst.ClockTimeDiff diff, Gst.ClockTime timestamp);
                [NoAccessorMethod]
                public bool qos { get; set; }
index 6fd06b7d98f682e2de2b10c7e54c31cae381aac6..7b5b8de64685bc4530cb2a3af62ea2eb25a91839 100644 (file)
@@ -17,6 +17,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_size.othersize is_out="1"
 GST_BASE_TRANSFORM_SINK_NAME hidden="1"
 GST_BASE_TRANSFORM_SRC_NAME hidden="1"
 GstCollectData cheader_filename="gst/base/gstcollectpads.h"