examples compiling again

This commit is contained in:
RSWilli
2025-09-16 22:36:07 +02:00
parent ca3249e47b
commit e1b00764a8
55 changed files with 7642 additions and 1654 deletions

View File

@@ -25,7 +25,7 @@ func run(ctx context.Context) error {
return err
}
pipeline := ret.(*gst.Pipeline)
pipeline := ret.(gst.Pipeline)
pipeline.SetState(gst.StatePlaying)