mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Fix typo in down layer selection.
This commit is contained in:
parent
c227b113f6
commit
3bdcb8af28
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ func (down *rtpDownTrack) Write(buf []byte) (int, error) {
|
|||
|
||||
if flags.Start && (layer.sid != layer.wantedSid) {
|
||||
if flags.SidSync {
|
||||
layer.sid = layer.wantedTid
|
||||
layer.sid = layer.wantedSid
|
||||
down.setLayerInfo(layer)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue