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

@@ -30,7 +30,7 @@ func (w *workflow) newSrc() {
// Get a sink pad on compositor
mixer := w.GetByName("mixer")
pad := mixer.GetRequestPad("sink_%u")
pad := mixer.RequestPadSimple("sink_%u")
pad.SetObjectProperty("xpos", 640)
pad.SetObjectProperty("ypos", 0)