Freescale / gstreamer-imx

GStreamer 1.0 plugins for i.MX platforms
Other
184 stars 127 forks source link

Cache temporary DMA bufferpools in blitter compositor #265

Closed sdroege closed 3 years ago

sdroege commented 4 years ago

Otherwise they would be recreated for every single frame if there are multiple input streams with different caps, which causes considerable performance problems.

Fixes https://github.com/Freescale/gstreamer-imx/issues/201

dv1 commented 3 years ago

The new v2 version of gstreamer-imx has a compositor that works differently, so this no longer applies.