Fix gst_element_factory_make binding, based on patch by Thijs Vermeir
authorJürg Billeter <j@bitron.ch>
Sun, 15 Jun 2008 21:41:53 +0000 (21:41 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sun, 15 Jun 2008 21:41:53 +0000 (21:41 +0000)
2008-06-15  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gstreamer-0.10/:

Fix gst_element_factory_make binding,
based on patch by Thijs Vermeir

* vapi/gstreamer-0.10.vapi: regenerated

svn path=/trunk/; revision=1590

ChangeLog
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index 63c4e7c..d16ae8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2008-06-15  Jürg Billeter  <j@bitron.ch>
 
+       * vapi/packages/gstreamer-0.10/:
+
+       Fix gst_element_factory_make binding,
+       based on patch by Thijs Vermeir
+
+       * vapi/gstreamer-0.10.vapi: regenerated
+
+2008-06-15  Jürg Billeter  <j@bitron.ch>
+
        * gobject/valaccodeinvocationexpressionbinding.vala:
 
        Support emitting signals with return values,
index 5004531..9bd8196 100644 (file)
@@ -1327,7 +1327,7 @@ namespace Gst {
                public weak string get_uri_protocols ();
                public int get_uri_type ();
                public bool has_interface (string interfacename);
-               public static weak Gst.Element make (string factoryname, string name);
+               public static Gst.Element make (string factoryname, string? name);
        }
        [CCode (cheader_filename = "gst/gst.h")]
        public class GhostPad : Gst.Pad {
index 71f7c04..77b854c 100644 (file)
@@ -36,6 +36,8 @@ gst_element_query_duration.duration is_out="1"
 gst_element_query_position.format is_ref="1"
 gst_element_query_position.cur is_out="1"
 GstElementDetails is_value_type="1"
+gst_element_factory_make transfer_ownership="1"
+gst_element_factory_make.name nullable="1"
 GstEvent base_class="GstMiniObject"
 GstEvent.mini_object hidden="1"
 GstEventClass hidden="1"