diff --git a/subprojects/gst-plugins-good/sys/osxaudio/gstosxcoreaudiohal.c b/subprojects/gst-plugins-good/sys/osxaudio/gstosxcoreaudiohal.c index 483691c539..3ce2fff8c1 100644 --- a/subprojects/gst-plugins-good/sys/osxaudio/gstosxcoreaudiohal.c +++ b/subprojects/gst-plugins-good/sys/osxaudio/gstosxcoreaudiohal.c @@ -1232,7 +1232,8 @@ gst_core_audio_select_device_impl (GstCoreAudio * core_audio) (unsigned) devices[i], device_name); channel_layout = - gst_core_audio_audio_device_get_channel_layout (devices[i], output); + gst_core_audio_audio_device_get_channel_layout (devices[i], + output); if (channel_layout) { gst_core_audio_dump_channel_layout (channel_layout); g_free (channel_layout);