summaryrefslogtreecommitdiffstats
path: root/docs/random
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-30 18:28:53 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-30 18:28:53 +0000
commit53c29a1259b8fb1c7fbcb45754ddb6b243d0a9ed (patch)
tree61540806a5c52d20ecc016f9290ebb0ccc948092 /docs/random
parent33fb1e42107134a06cf911f0f49c81555a8dcb8a (diff)
move
Original commit message from CVS: * PORTED_09: * docs/random/PORTED_09: move * tests/Makefile.am: add * win32/gst.sln: remove
Diffstat (limited to 'docs/random')
-rw-r--r--docs/random/PORTED_0920
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/random/PORTED_09 b/docs/random/PORTED_09
new file mode 100644
index 00000000..f96297dd
--- /dev/null
+++ b/docs/random/PORTED_09
@@ -0,0 +1,20 @@
+When porting a plugin start with 0.8 CVS head, not the old code in this module. There are many bugfixes which have gone into 0.8 which you want to keep.
+
+List of ported plugins (update when you commit a ported plugin):
+speexenc (alima)
+auparse (alima)
+effectv (wim)
+mad (wim)
+videofilter (wim)
+aalib (wim)
+libcaca (zeeshan)
+law (wim)
+shout2 (zaheer) - not fully tested
+esdsink (arwed)
+multipart (dolphy)
+
+osssink is partially done in the threaded branch (wim)
+
+- Remember that some plugins are already ported and now in the gst-plugins-base module.
+
+When you have ported a plugin remember to copy the relevant parts from configure.ac.orig into configure.ac and re-enable it in the Makefile.am files.