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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 24 18:35:21 PDT 2015


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

--- Comment #55 from Ilya Konstantinov <ilya.konstantinov at gmail.com> ---
Arun, not sure how I missed it, but your patch:

http://cgit.freedesktop.org/~arun/gst-plugins-good/commit/?h=osxaudio&id=2356335a9873479c46e17bc31e3cff6441000a63

makes the mistake of replacing GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT)
with GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT.

The first is the mask value, the latter is just an enum.

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


More information about the gstreamer-bugs mailing list