assrender: disable for autoplugging until it works

https://bugzilla.gnome.org/show_bug.cgi?id=683192
https://bugzilla.gnome.org/show_bug.cgi?id=684683
This commit is contained in:
Tim-Philipp Müller 2012-09-23 21:07:07 +01:00
parent fbdf5eb6dc
commit cc8bd6af0b

View file

@ -1613,8 +1613,9 @@ plugin_init (GstPlugin * plugin)
GST_DEBUG_CATEGORY_INIT (gst_ass_render_lib_debug, "assrender_library",
0, "ASS/SSA subtitle renderer library");
/* FIXME: fix unit tests before upping rank again */
return gst_element_register (plugin, "assrender",
GST_RANK_PRIMARY, GST_TYPE_ASS_RENDER);
GST_RANK_NONE, GST_TYPE_ASS_RENDER);
}
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,