regenerate with new casing rules

This commit is contained in:
RSWilli
2025-09-16 22:36:08 +02:00
parent cc291e710c
commit 0a83dcbe85
39 changed files with 6166 additions and 6057 deletions

View File

@@ -145,7 +145,7 @@ func runPipeline(pipeline gst.Pipeline) {
// If the stream has ended or any element posts an error to the
// bus, populate error.
switch msg.Type() {
case gst.MessageEos:
case gst.MessageEOS:
err = errors.New("end-of-stream")
case gst.MessageError:
// The parsed error implements the error interface, but also