summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-12-15 16:27:56 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2022-01-09 10:12:53 +0100
commit4a758df77360bfb7a6cfa41c2f74f806e9e4dddb (patch)
tree15f2b3cd0f7849cfeebb357a1a93aad964c72674
parent8e86a57d44cee2c1bd789eb49e6ea05dbf1e98d0 (diff)
downloadvala-4a758df77360bfb7a6cfa41c2f74f806e9e4dddb.tar.gz
gstreamer: Cherry-pick bindings fixes from 0.56
-rw-r--r--vapi/gstreamer-base-1.0.vapi4
1 files changed, 2 insertions, 2 deletions
diff --git a/vapi/gstreamer-base-1.0.vapi b/vapi/gstreamer-base-1.0.vapi
index dcadee948..32c4ecd44 100644
--- a/vapi/gstreamer-base-1.0.vapi
+++ b/vapi/gstreamer-base-1.0.vapi
@@ -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")]