Skip to content

mfvideosrc: Return S_OK from ISampleGrabberCB callback

Seungha Yang requested to merge seungha.yang/gstreamer:mf-hr-code into main

The Microsoft's ISampleGrabber implementation seems to be ignoring the HRESULT return value from the callback though, S_OK is the right HRESULT code.

Merge request reports