win-dshow: Fix virtual camera filter name

The filter name is supposed to be "OBS Virtual Camera"
This commit is contained in:
jp9000
2020-07-20 14:22:20 -07:00
parent 857c21b3f9
commit 3691dc536d

View File

@@ -193,7 +193,7 @@ static bool RegFilters(bool reg)
rf2.rgPins = &AMSPinVideo;
hr = fm->RegisterFilter(CLSID_OBS_VirtualVideo,
L"OBS Video Output", &moniker,
L"OBS Virtual Camera", &moniker,
&CLSID_VideoInputDeviceCategory,
nullptr, &rf2);
if (FAILED(hr)) {