Fix typos in infinite action stream implementation.
This fixes issues introduced in commit 6ae79f.
This commit is contained in:
@@ -33,6 +33,7 @@ func readLoop(track *rtpUpTrack) {
|
||||
case <-track.actionCh:
|
||||
track.mu.Lock()
|
||||
actions := track.actions
|
||||
track.actions = nil
|
||||
track.mu.Unlock()
|
||||
for _, action := range actions {
|
||||
switch action.action {
|
||||
@@ -53,6 +54,7 @@ func readLoop(track *rtpUpTrack) {
|
||||
log.Printf("Unknown action")
|
||||
}
|
||||
}
|
||||
default:
|
||||
}
|
||||
|
||||
bytes, _, err := track.track.Read(buf)
|
||||
|
||||
Reference in New Issue
Block a user