Skip to content

qsv: Remove strcpy for DRM device path

Seungha Yang requested to merge seungha.yang/gstreamer:qsv-misc into main

Simplify code. It's just one-time allocation, so don't need to worry about leaking.

Merge request reports