mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
jifmux: Bump rank to secondary
jifmux is being used for quite some time and has no open bugs currently, so we can give it a secondary rank at least. Fixes #649391
This commit is contained in:
parent
ad68fa5831
commit
993a98c238
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ plugin_init (GstPlugin * plugin)
|
|||
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))
|
||||
if (!gst_element_register (plugin, "jifmux", GST_RANK_SECONDARY,
|
||||
GST_TYPE_JIF_MUX))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue