summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-20 20:07:24 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-20 20:07:24 +0000
commitd985a62999a6fa76d8ae0fbdef619ec9d1bda27e (patch)
treea2dd8ce374d550e95e161316844d66905ed20de2 /README
parent74d9b173358a2b66dd7ce010aedbdbefd836c859 (diff)
doc stuff
Original commit message from CVS: doc stuff
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..e3356189
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+gst-plugins
+
+plugins for GStreamer
+
+* to develop against uninstalled GStreamer core :
+ add path to gstreamer-uninstalled.pc to PKG_CONFIG_PATH
+
+* to register plugins in source tree
+ run gstreamer-register --gst-plugin-path=.
+
+