mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
gst/gstpluginfeature.h: Clarify GstRank range docs.
Original commit message from CVS: * gst/gstpluginfeature.h: Clarify GstRank range docs.
This commit is contained in:
parent
664bb4cfd1
commit
3b88553fe6
2 changed files with 8 additions and 3 deletions
|
@ -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>
|
2008-02-05 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* gst/gst.c: Add a separate gst_deinitialized that prevents
|
* gst/gst.c: Add a separate gst_deinitialized that prevents
|
||||||
|
|
|
@ -59,9 +59,9 @@ typedef struct _GstPluginFeatureClass GstPluginFeatureClass;
|
||||||
* similar rank-picking mechanisms) will choose this element over an alternative
|
* similar rank-picking mechanisms) will choose this element over an alternative
|
||||||
* one with the same function.
|
* one with the same function.
|
||||||
*
|
*
|
||||||
* The rank is a unsigned integer ranging from 0 (GST_RANK_NONE) to 256
|
* These constants serve as a rough guidiance for defining the rank of a
|
||||||
* (GST_RANK_PRIMARY). These constants serve as a rough guidiance for defining
|
* #GstPlugin using gst_plugin_feature_set_rank() - any value including those
|
||||||
* the rank of a #GstPlugin using gst_plugin_feature_set_rank().
|
* bigger than @GST_RANK_PRIMARY are valid.
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
GST_RANK_NONE = 0,
|
GST_RANK_NONE = 0,
|
||||||
|
|
Loading…
Reference in a new issue