Fix gst_ghost_pad_set_target binding, patch by Thijs Vermeir, fixes bug
authorJürg Billeter <j@bitron.ch>
Tue, 22 Jul 2008 15:52:15 +0000 (15:52 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Tue, 22 Jul 2008 15:52:15 +0000 (15:52 +0000)
2008-07-22  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gstreamer-0.10/:

Fix gst_ghost_pad_set_target binding,
patch by Thijs Vermeir, fixes bug 544060

* vapi/gstreamer-0.10.vapi: regenerated

svn path=/trunk/; revision=1722

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

index 6127550..d9bd158 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2008-07-22  Jürg Billeter  <j@bitron.ch>
 
+       * vapi/packages/gstreamer-0.10/:
+
+       Fix gst_ghost_pad_set_target binding,
+       patch by Thijs Vermeir, fixes bug 544060
+
+       * vapi/gstreamer-0.10.vapi: regenerated
+
+2008-07-22  Jürg Billeter  <j@bitron.ch>
+
        * gobject/valaccodearraycreationexpressionbinding.vala:
 
        Fix crash when using multi-dimensional arrays,
index bda9c45..42ec2a9 100644 (file)
@@ -1,4 +1,4 @@
-/* gstreamer-0.10.vapi generated by vapigen, do not modify. */
+/* gstreamer-0.10.vapi generated by lt-vapigen, do not modify. */
 
 [CCode (cprefix = "Gst", lower_case_cprefix = "gst_")]
 namespace Gst {
@@ -1358,7 +1358,7 @@ namespace Gst {
                public GhostPad.no_target (string name, Gst.PadDirection dir);
                [CCode (type = "GstPad*")]
                public GhostPad.no_target_from_template (string name, Gst.PadTemplate templ);
-               public bool set_target (Gst.Pad newtarget);
+               public bool set_target (Gst.Pad? newtarget);
        }
        [CCode (cheader_filename = "gst/gst.h")]
        public class Index : Gst.Object {
index 6805574..a2b8a3d 100644 (file)
@@ -129,6 +129,7 @@ gst_pad_push.buffer takes_ownership="1"
 gst_pad_push_event.event takes_ownership="1"
 gst_pad_send_event.event takes_ownership="1"
 gst_pad_set_query_type_function hidden="1"
+gst_ghost_pad_set_target.newtarget nullable="1"
 GstPadTemplate::pad_created has_emitter="1"
 gst_parse_launchv.argv is_array="1"
 GstParamSpecFraction base_class="GParamSpec"