rtpjitterbuffer: fix waiting timer/queue code
authorHavard Graff <havard@pexip.com>
Fri, 27 Mar 2020 13:07:04 +0000 (14:07 +0100)
committerHavard Graff <havard@pexip.com>
Mon, 30 Mar 2020 20:32:21 +0000 (22:32 +0200)
commit818b38ebdddd9bc50b5a512dca8189dd39a14c98
tree4d7764d66472bbc530b061beb9876df02dd55ebd
parentd427b9bddfbaba1fed824477b1e3195fb105d5f6
rtpjitterbuffer: fix waiting timer/queue code

Changing the types from boolean to guint due to the ++ operand used on
them, and only call JBUF_SIGNAL_QUEUE after settling down,
or else you end up signaling the waiting code in chain() for every buffer
pushed out.
gst/rtpmanager/gstrtpjitterbuffer.c