mpeg2dec: Revert ranking switch with ffdec_mpeg2video. Fixes #574461
This commit is contained in:
parent
203aab776e
commit
83bf3a9f37
@ -1855,7 +1855,7 @@ init_failed:
|
||||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
if (!gst_element_register (plugin, "mpeg2dec", GST_RANK_MARGINAL,
|
||||
if (!gst_element_register (plugin, "mpeg2dec", GST_RANK_PRIMARY,
|
||||
GST_TYPE_MPEG2DEC))
|
||||
return FALSE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user