mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
gst/gstelementfactory.h: The klass string is not a hierarchy. Add reference to the design doc for more information an...
Original commit message from CVS: * gst/gstelementfactory.h: The klass string is not a hierarchy. Add reference to the design doc for more information and common types.
This commit is contained in:
parent
863a867f81
commit
5348fb69b1
2 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gstelementfactory.h:
|
||||
The klass string is not a hierarchy. Add reference to the design doc
|
||||
for more information and common types.
|
||||
|
||||
2007-02-02 Wim Taymans,,, <wim@fluendo.com>
|
||||
|
||||
* gst/gstquery.c: (gst_query_new_latency):
|
||||
|
|
|
@ -41,7 +41,9 @@ typedef struct _GstElementDetails GstElementDetails;
|
|||
/**
|
||||
* GstElementDetails:
|
||||
* @longname: long, english name
|
||||
* @klass: type of element, as an unordered list separated with slashes ('/')
|
||||
* @klass: string describing the type of element, as an unordered list
|
||||
* separated with slashes ('/'). See draft-klass.txt of the design docs
|
||||
* for more details and common types
|
||||
* @description: what the element is about
|
||||
* @author: who wrote this thing?
|
||||
*
|
||||
|
@ -70,7 +72,9 @@ struct _GstElementDetails
|
|||
/**
|
||||
* GST_ELEMENT_DETAILS:
|
||||
* @longname: long, english name
|
||||
* @klass: type of element, as hierarchy with '/' as a delimiter
|
||||
* @klass: string describing the type of element, as an unordered list
|
||||
* separated with slashes ('/'). See draft-klass.txt of the design docs
|
||||
* for more details and common types
|
||||
* @description: what the element is about
|
||||
* @author: who wrote this element
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue