mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
osx: fix indent
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2251>
This commit is contained in:
parent
57fed3c911
commit
243f8e8882
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue