[Bug 743758] osxaudiosrc supports only 44100 sample rate on iOS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Mar 1 05:30:13 PST 2015


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

--- Comment #17 from Ilya Konstantinov <ilya.konstantinov at gmail.com> ---
BTW, I have qualms about _set_ring_buffer_osx_channel_order and specifically
gst_audio_ring_buffer_set_channel_positions.

Since we're *setting* a channel layout on the AU anyway (see
gst_core_audio_set_channels_layout), and it's always done in the "GStreamer
channel order", then the AU does:
 1) skip over channels we don't support
 2) reorder channels
and GStreamer will never have to reorder.

In fact, it might be a bug of double channel reordering, since what
gst_audio_ring_buffer_set_channel_positions receives is the hardware channel
ordering.

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


More information about the gstreamer-bugs mailing list