]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Fix Gst.IndexFactory bindings
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 5 Apr 2010 11:23:03 +0000 (13:23 +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 5b2f150d041ae374badd8d5af130dc9fc6cb1c21..1aeb391e61c2382ab2164c70533f89c83355480d 100644 (file)
@@ -597,14 +597,10 @@ namespace Gst {
                public GLib.Type type;
                [CCode (has_construct_function = false)]
                public IndexFactory (string name, string longdesc, GLib.Type type);
-               public unowned Gst.Index create ();
+               public Gst.Index create ();
                public void destroy ();
-               public static unowned Gst.IndexFactory find (string name);
-               public static unowned Gst.Index make (string name);
-       }
-       [Compact]
-       [CCode (cheader_filename = "gst/gst.h")]
-       public class IndexGroup {
+               public static Gst.IndexFactory find (string name);
+               public static Gst.Index make (string name);
        }
        [Compact]
        [CCode (cheader_filename = "gst/gst.h")]
index e27ac6ec0780bf54bda2f563e9a5139e3d648038..70309cd9a3b0ad6c50e524ba9a98e5be03ec0fb3 100644 (file)
@@ -214,13 +214,16 @@ gst_index_get_writer_id.id is_out="1"
 gst_index_add* nullable="1"
 gst_index_get_assoc_entry* nullable="1"
 GstIndexAssociation hidden="1"
-GstIndexGroup.* hidden="1"
+GstIndexGroup hidden="1"
 GstIndexEntry.* hidden="1"
 gst_index_entry_copy transfer_ownership="1"
 gst_index_entry_assoc_map.value is_out="1"
 GST_INDEX_ID_INVALID hidden="1"
 gst_init hidden="1"
 gst_init_get_option_group transfer_ownership="1"
+gst_index_factory_make transfer_ownership="1"
+gst_index_factory_create transfer_ownership="1"
+gst_index_factory_find transfer_ownership="1"
 GstIterator.free hidden="1"
 GstIterator.next hidden="1"
 GstIterator.resync hidden="1"