mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-12 19:30:46 +08:00
decodebin example and fix up signal handling
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user