diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-12 14:44:12 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-12 14:44:12 +0200 |
commit | 789f34cd49bf40c2c14fbcbaa9ac09b72994006b (patch) | |
tree | 8959f8097bf18c1ce326aecd86ed28276a482023 | |
parent | 6c3c17f974be14a3c953ceb068760e9df65dbbfc (diff) | |
download | xine-lib-789f34cd49bf40c2c14fbcbaa9ac09b72994006b.tar.gz xine-lib-789f34cd49bf40c2c14fbcbaa9ac09b72994006b.tar.bz2 |
Add an entry to handle gracefully the runtime removal of the audio output device, as discussed in xine-devel.
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ For 1.2 series - move the contributed code (not developed by xine project) in the contrib/ directory of the source tree; - reduce memory footprint (e.g. variable fifo buffer sizes...); +- handle gracefully the runtime removal of the audio output device (being + it a physical removal for USB devices or a missing output on a client-server + design like PulseAudio, ESounD or Jack); known bugs ========== |