gst/gstelementfactory.h: The klass string is not a hierarchy. Add reference to the...
authorTim-Philipp Müller <tim@centricular.net>
Sun, 4 Feb 2007 16:14:19 +0000 (16:14 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 4 Feb 2007 16:14:19 +0000 (16:14 +0000)
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.

ChangeLog
gst/gstelementfactory.h

index f903f1c..ad1d730 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 277d814..9783b4a 100644 (file)
@@ -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
  *