mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-05 16:06:55 +08:00
regenerate with new casing rules
This commit is contained in:
@@ -130,7 +130,7 @@ func mainLoop(pipeline gst.Pipeline) error {
|
||||
|
||||
for msg := range pipeline.GetBus().Messages(context.Background()) {
|
||||
switch msg.Type() {
|
||||
case gst.MessageEos:
|
||||
case gst.MessageEOS:
|
||||
return nil
|
||||
case gst.MessageError:
|
||||
debug, gerr := msg.ParseError()
|
||||
|
Reference in New Issue
Block a user