Skip to content

Commit

Permalink
corrected the env builddir
Browse files Browse the repository at this point in the history
  • Loading branch information
tkanakamalla committed Jun 3, 2022
1 parent b013dc9 commit 5a0cbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 5a0cbcb

Please sign in to comment.