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:
Tim-Philipp Müller 2007-02-04 16:14:19 +00:00
parent 863a867f81
commit 5348fb69b1
2 changed files with 12 additions and 2 deletions

View file

@ -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> 2007-02-02 Wim Taymans,,, <wim@fluendo.com>
* gst/gstquery.c: (gst_query_new_latency): * gst/gstquery.c: (gst_query_new_latency):

View file

@ -41,7 +41,9 @@ typedef struct _GstElementDetails GstElementDetails;
/** /**
* GstElementDetails: * GstElementDetails:
* @longname: long, english name * @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 * @description: what the element is about
* @author: who wrote this thing? * @author: who wrote this thing?
* *
@ -70,7 +72,9 @@ struct _GstElementDetails
/** /**
* GST_ELEMENT_DETAILS: * GST_ELEMENT_DETAILS:
* @longname: long, english name * @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 * @description: what the element is about
* @author: who wrote this element * @author: who wrote this element
* *