Skip to content

examples: Add an example that registers a custom GstMeta and makes use of it

The meta contains a Rust String as a label for the buffer. It is added on buffers passed into an appsrc and retrieved from the buffers provided by an appsink.

Merge request reports