From: Stefan Kost Date: Tue, 5 Feb 2008 19:42:31 +0000 (+0000) Subject: gst/gstpluginfeature.h: Clarify GstRank range docs. X-Git-Tag: RELEASE-0_10_18~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b88553fe626426049c83d3a17c7f8aa621680eb;p=platform%2Fupstream%2Fgstreamer.git gst/gstpluginfeature.h: Clarify GstRank range docs. Original commit message from CVS: * gst/gstpluginfeature.h: Clarify GstRank range docs. --- diff --git a/ChangeLog b/ChangeLog index 458f764..c41d292 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-05 Stefan Kost + + * gst/gstpluginfeature.h: + Clarify GstRank range docs. + 2008-02-05 David Schleef * gst/gst.c: Add a separate gst_deinitialized that prevents diff --git a/gst/gstpluginfeature.h b/gst/gstpluginfeature.h index 323cbb5..2e49d54 100644 --- a/gst/gstpluginfeature.h +++ b/gst/gstpluginfeature.h @@ -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,