gstreamer/sys/osxaudio
Arun Raghavan 691ecebe22 osxaudio: Don't set the format on an initialized AudioUnit
We need to initialize the AudioUnit early to be able to probe the
underlying device, but according to the AudioUnitInitialize() and
AudioUnitUninitialize() documentation, format changes should be done
while the AudioUnit is uninitialized. So we explicitly uninitialize the
AudioUnit during a format change and reinitialize it when we're done.
2015-07-14 17:49:50 +05:30
..
gstosxaudio.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstosxaudioelement.c osxaudio: port to v.1.0 2013-04-17 09:52:13 +02:00
gstosxaudioelement.h osxaudio: add support for iOS using the RemoteIO AudioUnit 2013-03-08 12:13:56 +01:00
gstosxaudioringbuffer.c osxaudio: Minor spelling fix (unitialize -> uninitialize) 2015-07-14 17:49:50 +05:30
gstosxaudioringbuffer.h osxaudio: Clean up a GstCoreAudio -> GstOsxAudioSrc/Sink reference 2014-12-15 11:19:51 +05:30
gstosxaudiosink.c osxaudio: Fix lockup in _audio_unit_property_listener 2015-07-14 17:49:50 +05:30
gstosxaudiosink.h osxaudio: Overhaul of probing caps 2015-07-14 17:49:50 +05:30
gstosxaudiosrc.c osxaudio: Fix lockup in _audio_unit_property_listener 2015-07-14 17:49:50 +05:30
gstosxaudiosrc.h osxaudio: Overhaul of probing caps 2015-07-14 17:49:50 +05:30
gstosxcoreaudio.c osxaudio: Don't set the format on an initialized AudioUnit 2015-07-14 17:49:50 +05:30
gstosxcoreaudio.h osxaudio: Minor spelling fix (unitialize -> uninitialize) 2015-07-14 17:49:50 +05:30
gstosxcoreaudiocommon.c osxaudio: Don't set the format on an initialized AudioUnit 2015-07-14 17:49:50 +05:30
gstosxcoreaudiocommon.h osxaudio: Overhaul of probing caps 2015-07-14 17:49:50 +05:30
gstosxcoreaudiohal.c osxaudio: Don't set the format on an initialized AudioUnit 2015-07-14 17:49:50 +05:30
gstosxcoreaudioremoteio.c osxaudio: Don't set the format on an initialized AudioUnit 2015-07-14 17:49:50 +05:30
Makefile.am osxaudio: port to v.1.0 2013-04-17 09:52:13 +02:00