[MOVED FROM BAD 09/68] ext/hermes/gsthermescolorspace.c: decrease rank by 2 to not interfere with other colorspaces.

Original commit message from CVS:
* ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
by 2 to not interfere with other colorspaces.
* ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
* gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
one to not interfere with ffmpeg_colorspace.
This commit is contained in:
David Schleef 2004-03-30 07:07:46 +00:00 committed by Wim Taymans
parent b99391b709
commit 1513e5afa2

View file

@ -621,7 +621,7 @@ gst_colorspace_get_property (GObject * object, guint prop_id, GValue * value,
static gboolean
plugin_init (GstPlugin * plugin)
{
if (!gst_element_register (plugin, "colorspace", GST_RANK_PRIMARY,
if (!gst_element_register (plugin, "colorspace", GST_RANK_PRIMARY - 1,
GST_TYPE_COLORSPACE))
return FALSE;