mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
3f05db1828
Original commit message from CVS: * gst-libs/gst/audio/TODO: Updated TODO * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_open_device), (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire), (gst_audioringbuffer_release): Small cleanups. * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_class_init), (gst_base_audio_sink_render), (gst_base_audio_sink_change_state): Slave to the master clock when going to PLAYING and unslave when going to PAUSED. * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_open_device), (gst_ring_buffer_close_device), (gst_ring_buffer_acquire), (gst_ring_buffer_release), (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all), (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read), (gst_ring_buffer_advance): * gst-libs/gst/audio/gstringbuffer.h: Add some docs and cleanups.
15 lines
564 B
Text
15 lines
564 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
|
|
- on EOS, only post EOS when the complete ringbuffer has been played.
|
|
- more accurate clipping of samples outside of the segment
|
|
- simple resampling
|
|
- more accurate master/slave calibration handling
|
|
- faster audio cutoff when going to PAUSED
|
|
- resubmit samples from ringbuffer when doing PAUSED->PLAYING again
|