gstreamer: Optimize various from/to `Vec` FFI translation functions
Use memcpys if possible instead of manual loops, and directly write into
the Vec
memory and set the length afterwards to avoid having the
reallocate logic at every step.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Use memcpys if possible instead of manual loops, and directly write into
the Vec
memory and set the length afterwards to avoid having the
reallocate logic at every step.