gst/gstpluginfeature.h: Clarify GstRank range docs.

Original commit message from CVS:
* gst/gstpluginfeature.h:
Clarify GstRank range docs.
This commit is contained in:
Stefan Kost 2008-02-05 19:42:31 +00:00
parent 664bb4cfd1
commit 3b88553fe6
2 changed files with 8 additions and 3 deletions

View file

@ -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

View 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,