docs/design/draft-klass.txt: Fix the previous change, this is a list of categories...
authorStefan Kost <ensonic@users.sourceforge.net>
Wed, 31 Jan 2007 11:42:53 +0000 (11:42 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Wed, 31 Jan 2007 11:42:53 +0000 (11:42 +0000)
Original commit message from CVS:
* docs/design/draft-klass.txt:
Fix the previous change, this is a list of categories and not a hierarchy.

ChangeLog
docs/design/draft-klass.txt

index 35132c4..e2a3834 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 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:
          Add info about how to get a list of used classes.
 
 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
index e093c1d..22f2969 100644 (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: