diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-20 20:07:24 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-20 20:07:24 +0000 |
commit | 9a6fd8e982842c450f76a0b9b798279d8cf2bf1a (patch) | |
tree | ef9be75a1b60921e853d1e415cf1a9b5e267e884 | |
parent | 9a8398de592d271c9db211252ede05756ab6422e (diff) | |
download | gstreamer-plugins-bad-9a6fd8e982842c450f76a0b9b798279d8cf2bf1a.tar.gz |
doc stuff
Original commit message from CVS:
doc stuff
-rw-r--r-- | AUTHORS | 14 | ||||
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 0 | ||||
-rw-r--r-- | README | 11 |
4 files changed, 29 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..46e075c2f --- /dev/null +++ b/AUTHORS @@ -0,0 +1,14 @@ +Erik Walthinsen <omega@temple-baptist.com> +Matt Howell <mhowell@users.sourceforge.net> +Brent Bradburn <bbradburn@users.sourceforge.net> +Wim Taymans <wim.taymans@chello.be> +Richard Boulton <richard@tartarus.org> +Zaheer Merali <zaheer@grid9.net> +David I. Lehn <dlehn@users.sourceforge.net> +Chris Emerson <chris@tartarus.org> +Jens Thiele <karme@unforgettable.com> +Thomas Nyberg <thomas@codefactory.se> +Bastien Nocera <hadess@hadess.net> +Christian Fredrik Kalager Schaller <Uraeus@linuxrising.org> +Thomas Vander Stichele <thomas@apestaart.org> + diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 000000000..3b7b62d3b --- /dev/null +++ b/ChangeLog @@ -0,0 +1,4 @@ +2001-12-20 Thomas Vander Stichele <thomas@apestaart.org> + + * opened gst-plugins module + * starting with sys plugins @@ -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=. + + |