gstreamer/gst-libs/gst/audio/TODO
Wim Taymans 416c011f11 gst-libs/gst/audio/TODO: Updated.
Original commit message from CVS:
* gst-libs/gst/audio/TODO:
Updated.

* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_drain), (gst_base_audio_sink_event):
On EOS, wait till the last sample is played before posting EOS.
2006-02-02 12:14:35 +00:00

13 lines
423 B
Text

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