mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-20 06:59:58 -05:00
gst: add rate control to the sink
Track the elapsed time between buffers and try to keep the buffer fill level constant by changing the rate of the stream. See #4374
This commit is contained in:
parent
22f0b858b1
commit
9419a12e74
5 changed files with 66 additions and 7 deletions
|
|
@ -27,7 +27,7 @@ pipewire_gst_headers = [
|
|||
pipewire_gst = shared_library('gstpipewire',
|
||||
pipewire_gst_sources,
|
||||
include_directories : [ configinc ],
|
||||
dependencies : [ spa_dep, gst_dep, pipewire_dep ],
|
||||
dependencies : [ spa_dep, gst_dep, pipewire_dep, mathlib ],
|
||||
install : true,
|
||||
install_dir : '@0@/gstreamer-1.0'.format(get_option('libdir')),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue