server/gstdecode.c: Limit the buildup of internal buffers.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 26 Nov 2017 20:30:00 +0000 (20:30 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 29 Nov 2017 11:47:21 +0000 (11:47 +0000)
Block upstream decoding if we start to build up too many buffers
(presumably because downstream is waiting for real time to pass while it
plays audio at us).

The magic number 16 is plucked from nowhere in particular.  I have no
idea how to choose a number properly.


No differences found