summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-allocators-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2023-02-11 18:18:14 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2023-02-11 18:18:14 +0100
commitfbc8808614d09c461ec4c1f27ef513af50388f38 (patch)
tree20fba387f1ea7e2443d19955961b097930e88416 /vapi/gstreamer-allocators-1.0.vapi
parent521d3b4eef09b767bcb2fa56c441fbb8752c9a2d (diff)
downloadvala-fbc8808614d09c461ec4c1f27ef513af50388f38.tar.gz
gstreamer: Update from 1.23.0+ git main
Diffstat (limited to 'vapi/gstreamer-allocators-1.0.vapi')
-rw-r--r--vapi/gstreamer-allocators-1.0.vapi6
1 files changed, 3 insertions, 3 deletions
diff --git a/vapi/gstreamer-allocators-1.0.vapi b/vapi/gstreamer-allocators-1.0.vapi
index 799e9b066..e2455ccf0 100644
--- a/vapi/gstreamer-allocators-1.0.vapi
+++ b/vapi/gstreamer-allocators-1.0.vapi
@@ -11,9 +11,9 @@ namespace Gst {
[Version (since = "1.2")]
public DmaBufAllocator ();
[Version (since = "1.2")]
- public static Gst.Memory alloc (Gst.Allocator allocator, int fd, size_t size);
+ public static Gst.Memory? alloc (Gst.Allocator allocator, int fd, size_t size);
[Version (since = "1.16")]
- public static Gst.Memory alloc_with_flags (Gst.Allocator allocator, int fd, size_t size, Gst.Allocators.FdMemoryFlags flags);
+ public static Gst.Memory? alloc_with_flags (Gst.Allocator allocator, int fd, size_t size, Gst.Allocators.FdMemoryFlags flags);
}
[CCode (cheader_filename = "gst/allocators/allocators.h", cname = "GstFdAllocator", lower_case_cprefix = "gst_fd_allocator_", type_id = "gst_fd_allocator_get_type ()")]
[GIR (name = "FdAllocator")]
@@ -21,7 +21,7 @@ namespace Gst {
public class FdAllocator : Gst.Allocator {
[CCode (has_construct_function = false, type = "GstAllocator*")]
public FdAllocator ();
- public static Gst.Memory alloc (Gst.Allocator allocator, int fd, size_t size, Gst.Allocators.FdMemoryFlags flags);
+ public static Gst.Memory? alloc (Gst.Allocator allocator, int fd, size_t size, Gst.Allocators.FdMemoryFlags flags);
}
[CCode (cheader_filename = "gst/allocators/allocators.h", cname = "GstPhysMemoryAllocator", lower_case_cprefix = "gst_phys_memory_allocator_", type_cname = "GstPhysMemoryAllocatorInterface", type_id = "gst_phys_memory_allocator_get_type ()")]
[GIR (name = "PhysMemoryAllocator")]