Skip to content

gst/buffer: add a new function for wrapping GBytes

Matthew Waters requested to merge ystreet/gstreamer:buffer-bytes into master

One restriction on the GBytes is that the data cannot be NULL as this is explicitly forbidden by GstMemory.

Fixes #318 (closed)

Merge request reports