multiqueue: percentage is an absolute value
authorThiago Santos <thiagoss@osg.samsung.com>
Sun, 23 Nov 2014 08:42:51 +0000 (05:42 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Sun, 23 Nov 2014 08:51:12 +0000 (05:51 -0300)
commit5a759011a013b3a3e9249f11f6f3e476947451e1
treeb805ac7e60bbbfea8322ec562998b7b9a22bad2c
parenta7f3571d0230229a9f46bc09976631d520684d46
multiqueue: percentage is an absolute value

multiqueue's queues stored percent value is the percentage from 0
to 100 (max-size-*) and should be compared with the requested limit
(high_percentage) set by the user and not with 100% to check if
buffering should stop. Otherwise we are only stopping buffering when the
queue gets completely full.
plugins/elements/gstmultiqueue.c