mozilla / cubeb-coreaudio-rs

The audio backend of Firefox on Mac OS X.
ISC License
25 stars 10 forks source link

Don't call `set_notification_runloop` #178

Open ChunMinChang opened 2 years ago

ChunMinChang commented 2 years ago

To fix the issue mentioned in bug 1781964 comment 12 and, we should stop calling set_notification_runloop on Mac OS 10.7

ChunMinChang commented 2 years ago

os_version relies on plist crate. I am considering using other method to get the os version without the dependencies so I won't need to audit plist in gecko.

padenot commented 2 years ago

Yeah we don't care about super old macOS here, 10.7 is ancient.