diff options
Diffstat (limited to 'docs/random')
-rw-r--r-- | docs/random/LICENSE | 18 | ||||
-rw-r--r-- | docs/random/PORTED_09 | 27 |
2 files changed, 45 insertions, 0 deletions
diff --git a/docs/random/LICENSE b/docs/random/LICENSE new file mode 100644 index 00000000..1fedf924 --- /dev/null +++ b/docs/random/LICENSE @@ -0,0 +1,18 @@ +/* GStreamer + * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ diff --git a/docs/random/PORTED_09 b/docs/random/PORTED_09 new file mode 100644 index 00000000..b9bdd8ab --- /dev/null +++ b/docs/random/PORTED_09 @@ -0,0 +1,27 @@ +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): +libmms (alima) +wavpack (alima) +musepack (alima) +ivorbis (alima) +gsmdec (alima) +sdl (alima) +speed (fcarvalho) +gsmenc (fcarvalho) +faac (fcarvalho) +wavenc (fcarvalho) +effectv (wim) +mad (wim) +videofilter (wim) +aalib (wim) +libcaca (zeeshan) +law (wim) +shout2 (zaheer) - not fully tested +esdsink (arwed) + +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. |