Skip to content

Fix unlimited replumbing on unsupported video resolution.

Julien Wadel requested to merge fix/unlimited_plumbing into fix/msfoundation_detection

Fix unlimited replumbing when requested resolution is not supported by source. Revert source filter on MS_FILTER_OUTPUT_FMT_CHANGED (we now don't need to override sent video size). AVCapture: add reason of failure on opening device. MSFoundation: Avoid to unplumbing/replumbing on the first initialization. Activate camera on initialization and wait for it. Avoid sending format changed if this is not initiated by the camera.

Edited by Julien Wadel

Merge request reports