mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
mpeg2dec: Demote rank to SECONDARY
https://bugzilla.gnome.org/show_bug.cgi?id=574461
This commit is contained in:
parent
deb1b257f4
commit
e9a04cd153
1 changed files with 1 additions and 1 deletions
|
@ -1185,7 +1185,7 @@ done:
|
|||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
if (!gst_element_register (plugin, "mpeg2dec", GST_RANK_PRIMARY,
|
||||
if (!gst_element_register (plugin, "mpeg2dec", GST_RANK_SECONDARY,
|
||||
GST_TYPE_MPEG2DEC))
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue