From 059d8f644cb3db1929e95e25e69e2054a5412869 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 30 Mar 2004 07:07:46 +0000 Subject: 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. --- ext/hermes/gsthermescolorspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/hermes') diff --git a/ext/hermes/gsthermescolorspace.c b/ext/hermes/gsthermescolorspace.c index 03ea4dfe..78c7ec1c 100644 --- a/ext/hermes/gsthermescolorspace.c +++ b/ext/hermes/gsthermescolorspace.c @@ -656,7 +656,7 @@ plugin_init (GstPlugin * plugin) hermes_res = Hermes_Init (); g_return_val_if_fail (hermes_res != 0, FALSE); - if (!gst_element_register (plugin, "hermescolorspace", GST_RANK_PRIMARY, + if (!gst_element_register (plugin, "hermescolorspace", GST_RANK_PRIMARY - 2, GST_TYPE_COLORSPACE)) return FALSE; -- cgit v1.2.1