From 17bb67f873a0bd3c4e631ed510a15799c253fc18 Mon Sep 17 00:00:00 2001 From: Justin Karnegas Date: Fri, 2 Jan 2009 20:39:34 +0000 Subject: sys/osxaudio/: Rewrite osxaudio to work more flexibly and more reliably, using a different abstraction layer of corea... Original commit message from CVS: Patch by: Justin Karnegas and Michael Smith * sys/osxaudio/gstosxaudio.c: * sys/osxaudio/gstosxaudioelement.c: * sys/osxaudio/gstosxaudioelement.h: * sys/osxaudio/gstosxaudiosink.c: * sys/osxaudio/gstosxaudiosink.h: * sys/osxaudio/gstosxaudiosrc.c: * sys/osxaudio/gstosxaudiosrc.h: * sys/osxaudio/gstosxringbuffer.c: * sys/osxaudio/gstosxringbuffer.h: Rewrite osxaudio to work more flexibly and more reliably, using a different abstraction layer of coreaudio that is the recommended way of doing low-level audio I/O on OSX. Fixes byg #564948. --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bdfdaedf..ff7a3706 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2009-01-02 Michael Smith + + Patch by: Justin Karnegas and + Michael Smith + * sys/osxaudio/gstosxaudio.c: + * sys/osxaudio/gstosxaudioelement.c: + * sys/osxaudio/gstosxaudioelement.h: + * sys/osxaudio/gstosxaudiosink.c: + * sys/osxaudio/gstosxaudiosink.h: + * sys/osxaudio/gstosxaudiosrc.c: + * sys/osxaudio/gstosxaudiosrc.h: + * sys/osxaudio/gstosxringbuffer.c: + * sys/osxaudio/gstosxringbuffer.h: + Rewrite osxaudio to work more flexibly and more reliably, using a + different abstraction layer of coreaudio that is the recommended way of + doing low-level audio I/O on OSX. + Fixes byg #564948. + 2009-01-02 Wim Taymans * tests/examples/rtp/server-decodebin-H263p-AMR.sh: -- cgit