#gstreamer @GStreamer @slomo are there any documentation on how to implement a custom allocator + memory in rust? I want to port the core_apple_media memory and allocators but I get stuck in how to provide the map and unmap fuctiona from rust. The ffi::GstAllocator struct has pointer fields but I can’t find a way to provide them.
Any clue?
@GStreamer where can I find docs about the unlock function in GstBaseSrc? In what scenarios will it be called?
9.5.2023 05:40@GStreamer where can I find docs about the unlock function in GstBaseSrc? In what scenarios will it be called?