mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
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:
parent
185df279e8
commit
a60d54c4e2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
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))
|
GST_TYPE_JPEG_PARSE))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
if (!gst_element_register (plugin, "jifmux", GST_RANK_NONE, GST_TYPE_JIF_MUX))
|
if (!gst_element_register (plugin, "jifmux", GST_RANK_NONE, GST_TYPE_JIF_MUX))
|
||||||
|
|
Loading…
Reference in a new issue