]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: gst_filter_run() return value is owned by the caller
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 4 Apr 2010 05:12:42 +0000 (07:12 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 8 Apr 2010 08:30:52 +0000 (10:30 +0200)
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index 6fcb3d40c75df21f1fe72acd5b0dc7e79d87ac84..6bef749bc7c768d3745292435f84caf3bbe2798d 100644 (file)
@@ -2578,7 +2578,7 @@ namespace Gst {
        [CCode (cheader_filename = "gst/gst.h")]
        public static string error_get_message (GLib.Quark domain, int code);
        [CCode (cheader_filename = "gst/gst.h")]
-       public static unowned GLib.List filter_run (GLib.List list, Gst.FilterFunc func, bool first);
+       public static GLib.List filter_run (GLib.List list, Gst.FilterFunc func, bool first);
        [CCode (cheader_filename = "gst/gst.h")]
        public static GLib.Quark flow_to_quark (Gst.FlowReturn ret);
        [CCode (cheader_filename = "gst/gst.h")]
index c7a2fd963e567491ad66ae392caac28ce1aff796..7ce72ad8511390ad65dccea28f6c0da7a8c4f751 100644 (file)
@@ -187,6 +187,7 @@ gst_event_new_navigation.structure takes_ownership="1"
 gst_event_new_tag.taglist takes_ownership="1"
 gst_event_new_sink_message.msg takes_ownership="1"
 gst_event_parse_*.* is_out="1"
+gst_filter_run transfer_ownership="1"
 GstFlowReturn to_string="gst_flow_get_name"
 gst_flow_get_name hidden="1"
 GstFormatReturn to_string="gst_format_get_name"