[vala: 1/2] gstreamer-base-0.10: Fix GstBaseTransform.transfor
- From: Ali Sabil <asabil src gnome org>
- To: svn-commits-list gnome org
- Subject: [vala: 1/2] gstreamer-base-0.10: Fix GstBaseTransform.transfor
- Date: Tue, 3 Mar 2009 10:34:23 -0500 (EST)
commit 69c36f248494c296b8e95a6bbc73146ef8f676dc
Author: Ali Sabil <ali sabil gmail com>
Date: Tue Mar 3 16:13:04 2009 +0100
gstreamer-base-0.10: Fix GstBaseTransform.transform_size binding
---
vapi/gstreamer-base-0.10.vapi | 2 +-
.../gstreamer-base-0.10.metadata | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/vapi/gstreamer-base-0.10.vapi b/vapi/gstreamer-base-0.10.vapi
index 3b710e4..1153f7b 100644
--- a/vapi/gstreamer-base-0.10.vapi
+++ b/vapi/gstreamer-base-0.10.vapi
@@ -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; }
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 6fd06b7..7b5b8de 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
@@ -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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]