Martin Kaiser
changed
bug 10386
What |
Removed |
Added |
Status |
CONFIRMED
|
RESOLVED
|
Resolution |
---
|
FIXED
|
Comment # 12
on bug 10386
from Martin Kaiser
Interesting bug...
The audio packet was interpreted as video because the USB device's last
interface is a video interface. When the configuration, interface and endpoint
descriptors are parsed, some temporary info about the current interface is
stored in the conversation.
This temporary info is not cleared when there's an exception during the
descriptor parsing. It is then used in subsequent packets to determine their
type, thus changing audio packets into video.
In 119406192fcd909ae92a8d662ae1096eb9558019, I added a routine to clear
temporary infos in the conversation before parsing a new packet.
You are receiving this mail because:
- You are watching all bug changes.