From 5a0cbcb25a940110e1fada699badd186ea882350 Mon Sep 17 00:00:00 2001 From: Taruntej Kanakamalla Date: Fri, 3 Jun 2022 12:30:31 +0530 Subject: [PATCH] corrected the env builddir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 389071d..a98e204 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ ninja -C builddir Tests (uninstalled): ==================== ``` -env GST_PLUGIN_PATH=build/videoeffects gst-launch-1.0 videotestsrc ! neovideoconv ! video/x-raw,width=1920,height=1440,framerate=30/1 ! videoconvert ! autovideosink +env GST_PLUGIN_PATH=builddir/videoeffects gst-launch-1.0 videotestsrc ! neovideoconv ! video/x-raw,width=1920,height=1440,framerate=30/1 ! videoconvert ! autovideosink ```