Skip to content

meson: Fix path for webrtc validate tests

Nicolas Dufresne requested to merge ndufresne/gstreamer:devenv-fix into main

This fixes a crash when trying to run gst-validate-launcher from inside the meson devenv. The error was:

ModuleNotFoundError: No module named 'observer'

Merge request reports