[Bug 796919] osxaudiosink does not work on iOS 12

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 24 16:26:52 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796919

--- Comment #8 from joel.gstreamer at gmail.com ---
So after some conversation on the Apple dev forums, it was pointed out there's
a method to get the number of channels from an AudioChannelLayout:
AudioChannelLayoutTag_GetNumberOfChannels(AudioChannelLayoutTag inLayoutTag)
which we could use in gst_core_audio_parse_channel_layout. Unfortunately, it
doesn't look like there's a method for dynamically retrieving the
AudioChannelLabel which means we can't dynamically set channel_mask and pos.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list