prominenceai/deepstream-services-library

V4L2 Source is failing to play when running on dGPU - currently using wrong plugin

rjhowell44 opened this issue · 1 comments

The V4L2 Source is linking the following for dGPU builds

v4l2src->capsfilter->nvvideoconvert->nvvideoconvert->capsfilter->

but should should be

v4l2src->capsfilter->videoconvert->nvvideoconvert->capsfilter->

Merged into the v0.30.alpha dev branch