Files
go-gst/examples
2025-09-16 22:36:48 +02:00
..
2025-09-16 22:36:08 +02:00
2025-09-16 22:36:07 +02:00
2025-09-16 22:36:08 +02:00
2025-09-16 22:36:08 +02:00
2025-09-16 22:36:08 +02:00
2025-09-16 22:36:08 +02:00

Go-gst Examples

This directory contains examples of some common use cases of gstreamer using the go bindings.

Each example can be run in one of two ways:

# For single-file examples
go run <example>/main.go [..args]

# For multiple-file examples (but would also work for single file examples)
cd <example> && go build .
./<example> [..args]

See the plugins subdirectory to learn how to write custom elements in go-gst