mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 22:46:24 +00:00
docs/design/draft-klass.txt: Add info about how to get a list of used classes.
Original commit message from CVS: * docs/design/draft-klass.txt: Add info about how to get a list of used classes.
This commit is contained in:
parent
bd5338ff31
commit
d71841133c
2 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* plugins/elements/gsttypefindelement.c:
|
* plugins/elements/gsttypefindelement.c:
|
||||||
|
|
|
@ -3,7 +3,7 @@ Element Klass definition
|
||||||
|
|
||||||
Status:
|
Status:
|
||||||
|
|
||||||
DRAFT.
|
DRAFT.
|
||||||
|
|
||||||
|
|
||||||
Purpose:
|
Purpose:
|
||||||
|
@ -12,11 +12,13 @@ Purpose:
|
||||||
elements based on specific capabilities or features of the element.
|
elements based on specific capabilities or features of the element.
|
||||||
|
|
||||||
A playback application might want to retrieve all the elements that can be
|
A playback application might want to retrieve all the elements that can be
|
||||||
used for visualisation, for example, or a video editor might want to select all
|
used for visualisation, for example, or a video editor might want to select
|
||||||
video effect filters.
|
all video effect filters.
|
||||||
|
|
||||||
The topic of defining the klass of elements should be based on use cases.
|
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
|
||||||
|
|
||||||
Proposal:
|
Proposal:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue