summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-03-30 07:07:45 +0000
committerDavid Schleef <ds@schleef.org>2004-03-30 07:07:45 +0000
commit21910382e59ddb544ffdde1ebf3cd446725bc685 (patch)
treea55b3dc239d921abd7ca7a0909165bb4a7b17f03 /ext
parenteb625f9853ce7058cec1085a2f7195ec638a0b20 (diff)
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.
Diffstat (limited to 'ext')
-rw-r--r--ext/pango/gsttextoverlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c
index 17f5eca7..9468b12c 100644
--- a/ext/pango/gsttextoverlay.c
+++ b/ext/pango/gsttextoverlay.c
@@ -627,7 +627,7 @@ gst_textoverlay_get_property (GObject * object, guint prop_id, GValue * value,
static gboolean
plugin_init (GstPlugin * plugin)
{
- if (!gst_element_register (plugin, "textoverlay", GST_RANK_PRIMARY,
+ if (!gst_element_register (plugin, "textoverlay", GST_RANK_NONE,
GST_TYPE_TEXTOVERLAY))
return FALSE;