Blame gst-libs/gst/audio/TODO

Packit 971217
TODO 
Packit 971217
----
Packit 971217
Packit 971217
- audio base classes:
Packit 971217
   - GstBaseAudioSink
Packit 971217
      - parse caps into rinbuffer spec, also make sure surround sound
Packit 971217
        is parsed correctly.
Packit 971217
      - implement seek/query/convert
Packit 971217
      - implement getrange scheduling
Packit 971217
   - simple resampling
Packit 971217
   - more accurate master/slave calibration handling
Packit 971217
   - faster audio cutoff when going to PAUSED
Packit 971217
   - resubmit samples from ringbuffer when doing PAUSED->PLAYING again
Packit 971217
   - the ringbuffer should have a state where it is filling up the
Packit 971217
     buffer before going to playing.