diff options
Diffstat (limited to 'ext/hermes')
-rw-r--r-- | ext/hermes/gsthermescolorspace.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |