[ CCode ( cname = "gst_harness_create_buffer" ) ]
public Buffer create_buffer (size_t size)
Allocates a buffer using a BufferPool if present, or else using the configured Allocator and AllocationParams
MT safe.
this |
a Harness |
size |
a size_t specifying the size of the buffer |
a Buffer of size |