Determines whether a gst_buffer_span() can be done without copying the contents, that is, whether the data areas are contiguous sub-buffers of the same buffer. MT safe.
the second GstBuffer.
TRUE if the buffers are contiguous, FALSE if a copy would be required.
See Implementation
Determines whether a gst_buffer_span() can be done without copying the contents, that is, whether the data areas are contiguous sub-buffers of the same buffer. MT safe.