When the percentage of rtpjitterbuffer reaches 100%, it is not awakened to pass the data to the downstream

I found that when the percentage reaches 100% and rtp_jitter_buffer_is_buffering is true, gst_rtp_jitter_buffer_loop is not awakened. How can the data in the buffer be passed to the downstream?