Files
go-gst/examples/plugins
RSWilli 72543a2372 add example which registers and uses go custom elements
this example has an assert that checks wether or nor the finalizers ran correctly. If they don't then a mem leak will happen
2024-11-15 17:21:35 +01:00
..
2021-01-09 10:44:34 +02:00

Plugins

This directory contains examples of writing GStreamer plugins using go-gst. The metadata required by GStreamer is generated via go generate with the code for the generator contained in this repo at cmd/gst-plugin-gen.

The generator assumes the above is compiled and accessible in your PATH as gst-plugin-gen. You can build and install it to your GOPATH by running make install-plugin-gen in the root of the repository.