mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 06:43:01 +04:00
bb5a22c504
CvCapture_GStreamer::retrieveFrame assumes that RGB videos are 24BPP. This is not necesarily the case, unless we explicitly tell GStreamer that we want 24BPP RGB streams. Adding bpp=(int)24 to the appsink caps.