diff -r 71e347f905f2 -r 4a7fac7dd34a gst_plugins_base/gst-libs/gst/audio/TODO --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst_plugins_base/gst-libs/gst/audio/TODO Fri Apr 16 15:15:52 2010 +0300 @@ -0,0 +1,15 @@ +TODO +---- + +- audio base classes: + - GstBaseAudioSink + - parse caps into rinbuffer spec, also make sure surround sound + is parsed correctly. + - implement seek/query/convert + - implement getrange scheduling + - simple resampling + - more accurate master/slave calibration handling + - faster audio cutoff when going to PAUSED + - resubmit samples from ringbuffer when doing PAUSED->PLAYING again + - the ringbuffer should have a state where it is filling up the + buffer before going to playing.