-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
hey, @secondstory
with OF recent master Win10 VS2015 I keep getting exceptions thrown in ofxWMFVideoPlayerUtils.cpp:
//ThrowIfFail( pVideoRenderer->InitializeRenderer( NULL, pVideoPresenter ) ); // 3j: commented out by author secondstory
try {
hr = pVideoRenderer->InitializeRenderer(NULL, pVideoPresenter);
}
catch (const std::exception &e) {
cerr << "CreateMediaSinkActivate: caught exception: " << e.what();
}
any ideas? thx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels