From 0b7729edc6c657207c6c261c9f76216db7acbee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=BB=8B=E6=B6=B5=20Zephyr=20Wang?= Date: Sun, 22 Nov 2020 13:16:43 +0800 Subject: [PATCH] Fix typo in gstplugin readme.md --- ports/gstplugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/gstplugin/README.md b/ports/gstplugin/README.md index d8b672f2e1f..51b9bf45333 100644 --- a/ports/gstplugin/README.md +++ b/ports/gstplugin/README.md @@ -132,7 +132,7 @@ GST_PLUGIN_PATH=target/gstplugins \ If that doesn't work, try: ``` GST_PLUGIN_PATH=target/gstplugins \ - gst-in2spect-1.0 target/gstplugins/libgstservoplugin.so + gst-inspect-1.0 target/gstplugins/libgstservoplugin.so ``` If you get reports about the plugin being blacklisted, remove the (global!) gstreamer cache, e.g. under Linux: