mpeg2dec: Revert ranking switch with ffdec_mpeg2video. Fixes #574461

This commit is contained in:
Edward Hervey 2009-05-13 19:32:16 +02:00
parent 203aab776e
commit 83bf3a9f37

View file

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