mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
osxaudiosink: fix segfault when we can't get the channels layout
This commit is contained in:
parent
111982de28
commit
619f4f5c5a
1 changed files with 2 additions and 1 deletions
|
@ -371,8 +371,9 @@ gst_core_audio_audio_device_get_channel_layout (AudioDeviceID device_id)
|
|||
}
|
||||
}
|
||||
|
||||
beach:
|
||||
gst_core_audio_dump_channel_layout (layout);
|
||||
|
||||
beach:
|
||||
return layout;
|
||||
|
||||
failed:
|
||||
|
|
Loading…
Reference in a new issue