rtph265depay: implement process_rtp_packet() vfunc
authorLuis de Bethencourt <luis@debethencourt.com>
Wed, 12 Aug 2015 14:49:50 +0000 (15:49 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 16 Feb 2016 00:24:40 +0000 (00:24 +0000)
commit0bfa97b047c788875c9cb1f4a570c5db8c2242ce
treed799adac51247c49d6d9d5884879e5e0394a91bd
parenta526d014db03a409b6957a8dda596f008fc9bce8
rtph265depay: 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 mapping the base class has
already done.

Based on: https://bugzilla.gnome.org/show_bug.cgi?id=750235

https://bugzilla.gnome.org/show_bug.cgi?id=753228
gst/rtp/gstrtph265depay.c