multiqueue: Don't clamp running times for position calculation
authorEdward Hervey <edward@centricular.com>
Mon, 22 Oct 2018 13:26:25 +0000 (15:26 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 22 Oct 2018 13:28:45 +0000 (15:28 +0200)
commit127e211004c206f0919ffeb6583dafbd6e5ae931
tree4f33f6b233152e5215a4a42daa9b342011a22b12
parent98fabd2fa2de3b2b7d36f829fdd12cbb08ca6c77
multiqueue: Don't clamp running times for position calculation

Since we use full signed running times, we no longer need to clamp
the buffer time.

This avoids having the position of single queues not advancing for
buffers that are out of segment and never waking up non-linked
streams (resulting in an apparent "deadlock").
plugins/elements/gstmultiqueue.c