mpeg2dec: Demote rank to SECONDARY

https://bugzilla.gnome.org/show_bug.cgi?id=574461
This commit is contained in:
Edward Hervey 2016-01-21 17:34:38 +01:00 committed by Edward Hervey
parent deb1b257f4
commit e9a04cd153

View file

@ -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;