+2009-01-18 Thijs Vermeir <thijsvermeir@gmail.com>
+
+ * vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata:
+
+ Fix binding for gst_pad_chain
+
+ * vapi/gstreamer-0.10.vapi: Regenerated
+
2009-01-18 Jürg Billeter <j@bitron.ch>
* vala/valacodecontext.vala:
public Gst.FlowReturn alloc_buffer (uint64 offset, int size, Gst.Caps caps, out unowned Gst.Buffer buf);
public Gst.FlowReturn alloc_buffer_and_set_caps (uint64 offset, int size, Gst.Caps caps, out unowned Gst.Buffer buf);
public bool can_link (Gst.Pad sinkpad);
- public Gst.FlowReturn chain (Gst.Buffer buffer);
+ public Gst.FlowReturn chain (owned Gst.Buffer buffer);
public bool check_pull_range ();
public bool dispatcher (Gst.PadDispatcherFunction dispatch, void* data);
public bool event_default (Gst.Event event);
gst_object_ref hidden="1"
gst_object_unref hidden="1"
GstPad.querytypefunc hidden="1"
-gst_pad_new hidden="1"
gst_pad_add_buffer_probe hidden="1"
gst_pad_add_buffer_probe_full hidden="1"
gst_pad_add_data_probe hidden="1"
gst_pad_add_data_probe_full hidden="1"
gst_pad_add_event_probe hidden="1"
gst_pad_add_event_probe_full hidden="1"
-gst_pad_get_caps transfer_ownership="1"
+gst_pad_chain.buffer takes_ownership="1"
gst_pad_get_allowed_caps transfer_ownership="1"
+gst_pad_get_caps transfer_ownership="1"
gst_pad_get_negotiated_caps transfer_ownership="1"
gst_pad_get_peer transfer_ownership="1"
+gst_pad_new hidden="1"
gst_pad_peer_get_caps transfer_ownership="1"
gst_pad_push.buffer takes_ownership="1"
gst_pad_push_event.event takes_ownership="1"