]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Gst.IndexFactory binding fixes
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 7 Apr 2010 06:07:06 +0000 (08:07 +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 1aeb391e61c2382ab2164c70533f89c83355480d..45748cc0e1c4ee03cbdd5c526870755a11363d1d 100644 (file)
@@ -599,8 +599,8 @@ namespace Gst {
                public IndexFactory (string name, string longdesc, GLib.Type type);
                public Gst.Index create ();
                public void destroy ();
-               public static Gst.IndexFactory find (string name);
-               public static Gst.Index make (string name);
+               public static Gst.IndexFactory? find (string name);
+               public static Gst.Index? make (string name);
        }
        [Compact]
        [CCode (cheader_filename = "gst/gst.h")]
index 70309cd9a3b0ad6c50e524ba9a98e5be03ec0fb3..69f3f4410581aaf31af83d17c8e8d73c1095135e 100644 (file)
@@ -221,9 +221,9 @@ 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_make transfer_ownership="1" nullable="1"
 gst_index_factory_create transfer_ownership="1"
-gst_index_factory_find transfer_ownership="1"
+gst_index_factory_find transfer_ownership="1" nullable="1"
 GstIterator.free hidden="1"
 GstIterator.next hidden="1"
 GstIterator.resync hidden="1"