decodebin example and fix up signal handling

This commit is contained in:
tinyzimmer
2020-10-04 09:38:25 +03:00
parent c17e48f52e
commit 4017c9e6d0
8 changed files with 234 additions and 193 deletions

View File

@@ -9,6 +9,8 @@ import (
"github.com/tinyzimmer/go-gst/gst"
)
// ExampleCustomEvent demonstrates a custom event structue. Currerntly nested structs
// are not supported.
type ExampleCustomEvent struct {
Count int
SendEOS bool