Fix gst_value_get_buffer and gst_value_get_structure bindings, patch by
authorJürg Billeter <j@bitron.ch>
Sat, 31 May 2008 18:55:25 +0000 (18:55 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sat, 31 May 2008 18:55:25 +0000 (18:55 +0000)
2008-05-31  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gstreamer-0.10/:

Fix gst_value_get_buffer and gst_value_get_structure bindings,
patch by Ali Sabil

* vapi/gstreamer-0.10.vapi: regenerated

svn path=/trunk/; revision=1521

ChangeLog
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala

index 23203f0..309e858 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2008-05-31  Jürg Billeter  <j@bitron.ch>
 
+       * vapi/packages/gstreamer-0.10/:
+
+       Fix gst_value_get_buffer and gst_value_get_structure bindings,
+       patch by Ali Sabil
+
+       * vapi/gstreamer-0.10.vapi: regenerated
+
+2008-05-31  Jürg Billeter  <j@bitron.ch>
+
        * vala/valastruct.vala:
        * gobject/valaccodedynamicmethodbinding.vala:
        * gobject/valaccodegeneratorsignal.vala:
index 553aad1..8f8dafc 100644 (file)
@@ -1789,8 +1789,8 @@ namespace Gst {
                public void set_caps (Gst.Caps caps);
                public Gst.Caps get_caps ();
                public void set_structure (Gst.Structure structure);
-               public Gst.Structure get_structure ();
-               public Gst.Buffer get_buffer ();
+               public weak Gst.Structure get_structure ();
+               public weak Gst.Buffer get_buffer ();
                public void set_buffer (Gst.Buffer b);
                public void take_buffer (Gst.Buffer b);
                public bool is_fixed ();
index 7c8e90d..698e4cf 100644 (file)
@@ -81,9 +81,9 @@ namespace Gst {
                public Caps get_caps ();
 
                public void set_structure (Structure structure);
-               public Structure get_structure ();
+               public weak Structure get_structure ();
 
-               public Buffer get_buffer ();
+               public weak Buffer get_buffer ();
                public void set_buffer (Buffer b);
                public void take_buffer (Buffer b);