rtpjitterbuffer: implement basic chain_list function
authorTim-Philipp Müller <tim@centricular.com>
Sun, 17 Sep 2017 15:18:48 +0000 (16:18 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 17 Sep 2017 15:33:15 +0000 (16:33 +0100)
commita802f5df424685f7af9471c650cc0cd5ef196c0c
tree079137854be2d1f94beceffc913ca6b1b5994acc
parent07dd3dba6f352e87ba78fe604572e685c06a7cf8
rtpjitterbuffer: implement basic chain_list function

Doesn't do anything fancy yet, but still avoids lots of
unnecessary locking/unlocking that would happen if the
default chain_list fallback function in GstPad got invoked.
gst/rtpmanager/gstrtpjitterbuffer.c