mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
6410aba1aa
Micro-optimisation: if the buffer consist of just one memory, we know we have already mapped that memory to read the headers, so no need to map it another time to get to the payload data, we can just set up the payload data details right there and then and avoid another map call in gst_rtp_buffer_get_payload(). Adds up when receiving RTP-payloaded raw video which can easily be thousands of packets per frame. |
||
---|---|---|
.. | ||
ext | ||
gst | ||
Makefile.am |