mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
416c011f11
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.
13 lines
423 B
Text
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
|