8.16.0.4
3.9 Buffers
Buffers are the basic unit of data transfer of GStreamer. Buffers contain blocks of memory.
3.9.1 Memory
Memory in GStreamer are lightweight objects wrapping a region of memory. They are used to manage the data within a buffer.
3.9.2 Samples
A media sample is a small object associating a buffer with a media type in the form of caps.
Returns #t if v is a media sample, #f otherwise.