mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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:
parent
fbdf5eb6dc
commit
cc8bd6af0b
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue