gst/gstpluginfeature.h: Clarify GstRank range docs.
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 5 Feb 2008 19:42:31 +0000 (19:42 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 5 Feb 2008 19:42:31 +0000 (19:42 +0000)
Original commit message from CVS:
* gst/gstpluginfeature.h:
Clarify GstRank range docs.

ChangeLog
gst/gstpluginfeature.h

index 458f764..c41d292 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-05  Stefan Kost  <ensonic@users.sf.net>
+
+       * gst/gstpluginfeature.h:
+         Clarify GstRank range docs.
+
 2008-02-05  David Schleef  <ds@schleef.org>
 
        * gst/gst.c: Add a separate gst_deinitialized that prevents
index 323cbb5..2e49d54 100644 (file)
@@ -59,9 +59,9 @@ typedef struct _GstPluginFeatureClass GstPluginFeatureClass;
  * similar rank-picking mechanisms) will choose this element over an alternative
  * one with the same function.
  *
- * The rank is a unsigned integer ranging from 0 (GST_RANK_NONE) to 256
- * (GST_RANK_PRIMARY). These constants serve as a rough guidiance for defining
- * the rank of a #GstPlugin using gst_plugin_feature_set_rank().
+ * These constants serve as a rough guidiance for defining the rank of a
+ * #GstPlugin using gst_plugin_feature_set_rank() - any value including those
+ * bigger than @GST_RANK_PRIMARY are valid.
  */
 typedef enum {
   GST_RANK_NONE                 = 0,