+2009-01-03 Jürg Billeter <j@bitron.ch>
+
+ * vapi/packages/gstreamer-0.10/:
+
+ Fix gst_parse_* bindings, patch by Zeeshan Ali Khattak,
+ fixes bug 539817
+
+ * vapi/gstreamer-0.10.vapi: regenerated
+
2009-01-03 Jürg Billeter <j@bitron.ch>
* vala/valaarraycreationexpression.vala:
[CCode (cheader_filename = "gst/gst.h")]
public static unowned GLib.ParamSpec param_spec_mini_object (string name, string nick, string blurb, GLib.Type object_type, GLib.ParamFlags flags);
[CCode (cheader_filename = "gst/gst.h")]
- public static unowned Gst.Element parse_bin_from_description (string bin_description, bool ghost_unconnected_pads) throws GLib.Error;
+ public static Gst.Element? parse_bin_from_description (string bin_description, bool ghost_unconnected_pads) throws GLib.Error;
[CCode (cheader_filename = "gst/gst.h")]
public static GLib.Quark parse_error_quark ();
[CCode (cheader_filename = "gst/gst.h")]
- public static unowned Gst.Element parse_launch (string pipeline_description) throws GLib.Error;
+ public static Gst.Element? parse_launch (string pipeline_description) throws GLib.Error;
[CCode (cheader_filename = "gst/gst.h")]
- public static unowned Gst.Element parse_launchv (string[] argv) throws GLib.Error;
+ public static Gst.Element? parse_launchv (string[] argv) throws GLib.Error;
[CCode (cheader_filename = "gst/gst.h")]
public static void print_element_args (GLib.StringBuilder buf, int indent, Gst.Element element);
[CCode (cheader_filename = "gst/gst.h")]
gst_ghost_pad_set_target.newtarget nullable="1"
GstPadTemplate::pad_created has_emitter="1"
gst_parse_launchv.argv is_array="1"
+gst_parse_launchv transfer_ownership="1" nullable="1"
+gst_parse_launch transfer_ownership="1" nullable="1"
+gst_parse_bin_from_description transfer_ownership="1" nullable="1"
GstParamSpecFraction base_class="GParamSpec"
GstParamSpecFraction.parent_instance hidden="1"
GstParamSpecMiniObject base_class="GParamSpec"