request(GetSourceImage): add todo

This commit is contained in:
Stéphane Lepin 2019-04-26 14:07:07 +02:00 committed by Stéphane L
parent 8f88d1b7c4
commit ab73d61178

View File

@ -1356,6 +1356,7 @@ HandlerResponse WSRequestHandler::HandleGetSourceImage(WSRequestHandler* req) {
uint8_t* videoData = nullptr;
uint32_t videoLinesize = 0;
// TODO asynchronous rendering and encoding
obs_enter_graphics();
gs_texrender_t* texrender = gs_texrender_create(GS_RGBA, GS_ZS_NONE);