mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
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:
parent
d71841133c
commit
50cf40689f
2 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue