docs/design/draft-klass.txt: Fix the previous change, this is a list of categories and not a hierarchy.

Original commit message from CVS:
* docs/design/draft-klass.txt:
Fix the previous change, this is a list of categories and not a hierarchy.
This commit is contained in:
Stefan Kost 2007-01-31 11:42:53 +00:00
parent d71841133c
commit 50cf40689f
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-01-31 Stefan Kost <ensonic@users.sf.net>
* docs/design/draft-klass.txt:
Fix the previous change, this is a list of categories and not a hierarchy.
2007-01-31 Stefan Kost <ensonic@users.sf.net>
* docs/design/draft-klass.txt:

View file

@ -17,8 +17,8 @@ Purpose:
The topic of defining the klass of elements should be based on use cases.
A list of claases that are used in a installation can be generated using:
gst-inspect-0.10 -a | grep -ho Class:.* | cut -c8- | sort | uniq
A list of classes that are used in a installation can be generated using:
gst-inspect-0.10 -a | grep -ho Class:.* | cut -c8- | sed "s/\//\\n/g" | sort | uniq
Proposal: