]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-base-0.10: fix gst_push_src_create binding
authorThijs Vermeir <thijsvermeir@gmail.com>
Tue, 5 Jun 2012 20:42:25 +0000 (22:42 +0200)
committerThijs Vermeir <thijsvermeir@gmail.com>
Tue, 5 Jun 2012 20:42:25 +0000 (22:42 +0200)
vapi/gstreamer-base-0.10.vapi
vapi/packages/gstreamer-base-0.10/gstreamer-base-0.10.metadata

index a83ec72de396615e8e3164bdc8483782c414c2a1..2ee2632e83ea5e1a6ebd8b60d5f39871d8c2b4ec 100644 (file)
@@ -1,4 +1,4 @@
-/* gstreamer-base-0.10.vapi generated by vapigen, do not modify. */
+/* gstreamer-base-0.10.vapi generated by lt-vapigen, do not modify. */
 
 [CCode (cprefix = "Gst", lower_case_cprefix = "gst_")]
 namespace Gst {
@@ -554,7 +554,7 @@ namespace Gst {
                [CCode (has_construct_function = false)]
                protected PushSrc ();
                [NoWrapper]
-               public virtual Gst.FlowReturn create (out unowned Gst.Buffer buf);
+               public virtual Gst.FlowReturn create (out Gst.Buffer buf);
        }
        [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_BASE_PARSE_FRAME_FLAG_", has_type_id = false)]
        public enum BaseParseFrameFlags {
index 7c923955bf76e3a1248272d99cfd91297dc1b33b..7d84dec43d12140dd17228b98652586e1172aa78 100644 (file)
@@ -49,6 +49,7 @@ GstDataQueue* cheader_filename="gst/base/gstdataqueue.h"
 gst_data_queue_new_full name="new_with_callbacks"
 GstPushSrc cheader_filename="gst/base/gstpushsrc.h"
 GstPushSrc.* weak="0"
+gst_push_src_create.buf transfer_ownership="1"
 GstBitReader* cheader_filename="gst/base/gstbitreader.h"
 gst_bit_reader_get_bits_uint*.val is_out="1"
 gst_bit_reader_peek_bits_uint*.val is_out="1"