[Spice-commits] server/gstreamer-encoder.c

Frediano Ziglio fziglio at kemper.freedesktop.org
Tue Nov 1 12:36:17 UTC 2016


 server/gstreamer-encoder.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit fff92908b2bb5ae06f33ade2f85420ed5f42df0e
Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Oct 27 19:04:55 2016 +0200

    streaming: Clarify GStreamer's virtual buffer size documentation
    
    Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/gstreamer-encoder.c b/server/gstreamer-encoder.c
index 641ae96..3d5f8a0 100644
--- a/server/gstreamer-encoder.c
+++ b/server/gstreamer-encoder.c
@@ -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
 


More information about the Spice-commits mailing list