rtpjitterbuffer: use structure to hold packet information
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 20 Sep 2013 21:48:20 +0000 (23:48 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 23 Sep 2013 12:45:25 +0000 (14:45 +0200)
commit39a2ba669d463c97bb55cd560174b760bddfe146
treec7013dbe33552d55a13614694f1df505fd24e86b
parent1760817005055a5945f1b9f8a53c84fd408ef829
rtpjitterbuffer: use structure to hold packet information

Make the jitterbuffer operate on a structure containing all the packet
information. This avoids mapping the buffer multiple times just to get the RTP
information. It will also make it possible to store other miniobjects such as
events later.
gst/rtpmanager/gstrtpjitterbuffer.c
gst/rtpmanager/rtpjitterbuffer.c
gst/rtpmanager/rtpjitterbuffer.h