diff options
author | Justin Karnegas <justin@affinix.com> | 2009-01-02 20:39:34 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2009-01-02 20:39:34 +0000 |
commit | 17bb67f873a0bd3c4e631ed510a15799c253fc18 (patch) | |
tree | 710ea439dbb43826a10e0037ee144b6133f30b70 /ChangeLog | |
parent | 996fb72681d3da4fce8cb2e94957fe72aa832d8b (diff) |
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 <justin@affinix.com> and
Michael Smith <msmith@songbirdnest.com>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2009-01-02 Michael Smith <msmith@songbirdnest.com> + + Patch by: Justin Karnegas <justin@affinix.com> and + Michael Smith <msmith@songbirdnest.com> + * 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 <wim.taymans@collabora.co.uk> * tests/examples/rtp/server-decodebin-H263p-AMR.sh: |