Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash / Unexpected behavior when changing device during playback #5

Open
andulv opened this issue Oct 26, 2013 · 1 comment
Open

Crash / Unexpected behavior when changing device during playback #5

andulv opened this issue Oct 26, 2013 · 1 comment
Labels
Milestone

Comments

@andulv
Copy link
Owner

andulv commented Oct 26, 2013

Cause: Destroys / Recreates rendererinstance when other thread(s) are feeding data to it.

Also: Media Type negotiation is based on the device's supported formats. When the device changes the agreed media type may no longer be valid.

Easiest solution: Deny changing of audio device when connected.

@andulv andulv closed this as completed Oct 26, 2013
@andulv andulv reopened this Oct 26, 2013
@andulv
Copy link
Owner Author

andulv commented Oct 27, 2013

Workaround: Stop playback and disconnect filter before changing device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant