rtpvrawdepay: implement process_rtp_packet() vfunc
authorTim-Philipp Müller <tim@centricular.com>
Wed, 27 May 2015 18:19:27 +0000 (19:19 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 12 Jul 2015 13:28:25 +0000 (14:28 +0100)
commitfe787425bcc4be1bb9ea6a63d245731e6b431251
tree6621689ebf1ca8ae4f45d7deb9505e02e52e7585
parent582ade2c42707b03bd283cb6b5b6d41a82499b05
rtpvrawdepay: implement process_rtp_packet() vfunc

For more optimised RTP packet handling: means we don't
need to map the input buffer again but can just re-use
the map the base class has already done.

https://bugzilla.gnome.org/show_bug.cgi?id=750235
gst/rtp/gstrtpvrawdepay.c