+2008-12-06 Thijs Vermeir <thijsvermeir@gmail.com>
+
+ * vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata:
+
+ Fix gst_segment_clip binding
+
+ * vapi/gstreamer-0.10.vapi: regenerated
+
2008-12-06 Jürg Billeter <j@bitron.ch>
* vala/valamethodcall.vala:
public int64 start;
public int64 stop;
public int64 time;
- public bool clip (Gst.Format format, int64 start, int64 stop, int64 clip_start, int64 clip_stop);
+ public bool clip (Gst.Format format, int64 start, int64 stop, out int64 clip_start, out int64 clip_stop);
public weak Gst.Segment copy ();
public void init (Gst.Format format);
[CCode (has_construct_function = false)]
gst_query_parse_segment.start_value is_out="1"
gst_query_parse_segment.stop_value is_out="1"
gst_registry_feature_filter.filter delegate_target_pos="2.1"
+gst_segment_clip.clip_start is_out="1"
+gst_segment_clip.clip_stop is_out="1"
GstStaticCaps is_value_type="1"
GstStaticCaps.caps hidden="1"
gst_static_caps_get transfer_ownership="1"