mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-07 08:50:59 +08:00
regenerate with new casing rules
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user