Files
go-gst/examples/plugins
dependabot[bot] 39414356be Bump golang.org/x/crypto in /examples/plugins/minio
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.27.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 10:16:36 +00: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.