mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-04 23:52:55 +08:00
examples compiling again
This commit is contained in:
@@ -25,7 +25,7 @@ func run(ctx context.Context) error {
|
||||
return err
|
||||
}
|
||||
|
||||
pipeline := ret.(*gst.Pipeline)
|
||||
pipeline := ret.(gst.Pipeline)
|
||||
|
||||
pipeline.SetState(gst.StatePlaying)
|
||||
|
||||
|
Reference in New Issue
Block a user