mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-10 12:43:57 +00:00
streaming: Clarify GStreamer's virtual buffer size documentation
Signed-off-by: Francois Gouget <fgouget@codeweavers.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
207cd10dcc
commit
fff92908b2
@ -182,7 +182,8 @@ typedef struct SpiceGstEncoder {
|
||||
/* The bit rate control is performed using a virtual buffer to allow
|
||||
* short term variations: bursts are allowed until the virtual buffer is
|
||||
* full. Then frames are dropped to limit the bit rate. VBUFFER_SIZE
|
||||
* defines the size of the virtual buffer in milliseconds worth of data.
|
||||
* defines the size of the virtual buffer in milliseconds worth of data
|
||||
* while vbuffer_size holds the limit in bytes for the current bit rate.
|
||||
*/
|
||||
# define SPICE_GST_VBUFFER_SIZE 300
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user