Correctly set the mixer plugin for osx output

This commit is contained in:
Yue Wang 2017-12-02 23:29:23 -08:00 committed by GitHub
parent 087fcc4e6e
commit 7ba7ce3af7

View File

@ -727,5 +727,5 @@ const struct AudioOutputPlugin osx_output_plugin = {
"osx",
osx_output_test_default_device,
&OSXOutput::Create,
nullptr,
&osx_mixer_plugin,
};