rtpjitterbuffer: avoid unref of null buffer
authorThiago Santos <thiagossantos@gmail.com>
Thu, 4 Aug 2016 03:36:28 +0000 (00:36 -0300)
committerThiago Santos <thiagossantos@gmail.com>
Thu, 4 Aug 2016 03:36:28 +0000 (00:36 -0300)
commit7f0381fdd9a5690b231d83567eb6418a78a08bc7
tree1d4bfb463e9d614251ac41f9f3e485a53bca2a56
parent91e302e00de45ac8ccfc64ea34ab952d2040acf0
rtpjitterbuffer: avoid unref of null buffer

The current 'l' pointer will be NULL when the loop
is interrupted with a 'break' statement. Need to have
it advance to the next list item before interrupting.
gst/rtpmanager/gstrtpjitterbuffer.c