fix some staticcheck reports and set gst min version to 1.26

This commit is contained in:
RSWilli
2025-09-16 22:36:08 +02:00
parent 36e4d327bf
commit dce0d9a246
10 changed files with 42 additions and 720 deletions

View File

@@ -96,6 +96,4 @@ func main() {
<-ctx.Done()
pipeline.BlockSetState(gst.StateNull, gst.ClockTime(time.Second))
return
}