mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
454618e9b9
Original commit message from CVS: * gst-libs/gst/audio/TODO: Update TODO * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_get_offset): When trying to play samples ASAP and we don't have a previous sample, try to play at position 0 instead of an invalid position.
15 lines
527 B
Text
15 lines
527 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
|
|
- the ringbuffer should have a state where it is filling up the
|
|
buffer before going to playing.
|