]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Cherry-pick bindings fixes from 0.56
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 15 Dec 2021 15:27:56 +0000 (16:27 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 9 Jan 2022 09:02:39 +0000 (10:02 +0100)
vapi/gstreamer-base-1.0.vapi

index 2aad7061dac210bc74b0b995b0a760842ceb512e..d120441aa4dcb0a797e2768819e77f5d068f46c6 100644 (file)
@@ -872,8 +872,8 @@ namespace Gst {
                        [CCode (array_length = false, cname = "gst_bit_writer_free_and_get_data")]
                        [DestroysInstance]
                        public uint8[] free_and_get_data ();
-                       [CCode (cname = "gst_bit_writer_get_data")]
-                       public uint8 get_data ();
+                       [CCode (array_length = false, cname = "gst_bit_writer_get_data")]
+                       public unowned uint8[] get_data ();
                        [CCode (cname = "gst_bit_writer_get_remaining")]
                        public uint get_remaining ();
                        [CCode (cname = "gst_bit_writer_get_size")]