From 50cf40689f2468aabb4d17e77db66291bcf95005 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 31 Jan 2007 11:42:53 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ docs/design/draft-klass.txt | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35132c4..e2a3834 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ 2007-01-31 Stefan Kost * docs/design/draft-klass.txt: + Fix the previous change, this is a list of categories and not a hierarchy. + +2007-01-31 Stefan Kost + + * docs/design/draft-klass.txt: Add info about how to get a list of used classes. 2007-01-30 Tim-Philipp Müller diff --git a/docs/design/draft-klass.txt b/docs/design/draft-klass.txt index e093c1d..22f2969 100644 --- a/docs/design/draft-klass.txt +++ b/docs/design/draft-klass.txt @@ -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: -- 2.7.4