mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
libde265: Change rank to SECONDARY, gst-libav has PRIMARY rank
This commit is contained in:
parent
51fc68e196
commit
981b5595d9
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ gst_libde265_dec_plugin_init (GstPlugin * plugin)
|
|||
{
|
||||
/* create an elementfactory for the libde265 decoder element */
|
||||
if (!gst_element_register (plugin, "libde265dec",
|
||||
GST_RANK_PRIMARY, GST_TYPE_LIBDE265_DEC))
|
||||
GST_RANK_SECONDARY, GST_TYPE_LIBDE265_DEC))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue