summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-30 01:18:33 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-30 01:18:33 +0100
commitb930001de621f3474c4effbf339d1a17d366579d (patch)
treeb7f66afa856f2bae33d84cd8651c79f9872018ff
parent91d2790c6b36dca5498ec5ee20d6b418a3bedc13 (diff)
README: mention that you can gst-inspect built plugins directly
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 93c3d01..44dc857 100644
--- a/README
+++ b/README
@@ -39,6 +39,10 @@ gst-plugins/src/.libs/ as libgstplugin.so or similar (the extension may vary),
so you can also set the GST_PLUGIN_PATH environmen variable to the
gst-plugins/src/.libs/ directory (best to specify an absolute path though).
+You can also check if it has been built correctly with:
+
+ gst-inspect-0.10 gst-plugins/src/.libs/libgstplugin.so
+
[1] http://www.opensource.org/licenses/mit-license.php or COPYING.MIT
[2] http://www.opensource.org/licenses/lgpl-license.php or COPYING.LIB