jpegparse: lower rank to NONE so it is not autoplugged for decoding

This element is too new and too untested to have it autoplugged.
This commit is contained in:
Tim-Philipp Müller 2010-02-07 10:19:06 +01:00
parent 185df279e8
commit a60d54c4e2

View file

@ -30,7 +30,7 @@
static gboolean
plugin_init (GstPlugin * plugin)
{
if (!gst_element_register (plugin, "jpegparse", GST_RANK_PRIMARY + 1,
if (!gst_element_register (plugin, "jpegparse", GST_RANK_NONE,
GST_TYPE_JPEG_PARSE))
return FALSE;
if (!gst_element_register (plugin, "jifmux", GST_RANK_NONE, GST_TYPE_JIF_MUX))