summaryrefslogtreecommitdiff
path: root/tools/README
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-03-24 17:22:03 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-03-24 17:22:03 +0000
commit0837e1e495de3bc0d1972d3d6dc5faa8ae11dcc4 (patch)
tree6ac099490b3e957056111c08992084d1dd146d0a /tools/README
parentd611faa5bcd10eacbb44e9976d135e01428d1bf5 (diff)
Modified a lot of plugins to use the caps system.
Original commit message from CVS: Modified a lot of plugins to use the caps system. Modified the caps of audio/raw to our agreed properties. Added the multidisksrc plugin of Dominic Ludlam Renamed audiosink/src to osssink/src and updated all the examples using the old name. Moved oss specific plugins in an oss directory. removed the old audiosink from the elements/ dir. removed audioraw.h metadata header files since we now use the properties. There are still a few plugins that won't build because they include the old audioraw.h header file. This will be fixed soon. Make sure the caps are set in the plugins as described by their padtemplates (this should solve problems with gstmediaplay with various media files). *please don't panic when some plugins won't build, just cd manually into the plugin dirs* This will be fixed soon.
Diffstat (limited to 'tools/README')
-rw-r--r--tools/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/README b/tools/README
index 71d730c53..29f7f4476 100644
--- a/tools/README
+++ b/tools/README
@@ -8,7 +8,7 @@ feedback pipelines are the most complex.
A simple commandline looks like:
-./launch disksrc demo.mp3 | mp3parse | mpg123 | audiosink-oss
+./launch disksrc demo.mp3 | mp3parse | mpg123 | osssink
A more complex pipeline looks like: