+2009-01-09 Jürg Billeter <j@bitron.ch>
+
+ * vapi/packages/gstreamer-base-0.10/:
+
+ Fix gst_base_transform_get_unit_size bindings, fixes bug 565978
+
+ * vapi/gstreamer-base-0.10.vapi: regenerated
+
2009-01-09 Jürg Billeter <j@bitron.ch>
* vapi/packages/gstreamer-0.10/:
-/* gstreamer-base-0.10.vapi generated by lt-vapigen, do not modify. */
+/* gstreamer-base-0.10.vapi generated by vapigen, do not modify. */
[CCode (cprefix = "Gst", lower_case_cprefix = "gst_")]
namespace Gst {
[NoWrapper]
public virtual void fixate_caps (Gst.PadDirection direction, Gst.Caps caps, Gst.Caps othercaps);
[NoWrapper]
- public virtual bool get_unit_size (Gst.Caps caps, uint size);
+ public virtual bool get_unit_size (Gst.Caps caps, out uint size);
public bool is_in_place ();
public bool is_passthrough ();
public bool is_qos_enabled ();
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_SINK_NAME hidden="1"
GST_BASE_TRANSFORM_SRC_NAME hidden="1"
GstCollectData cheader_filename="gst/base/gstcollectpads.h"