mpeg2dec: Lower rank to MARGINAL to make ffdec_mpeg2video the default

ffdec_mpeg2video is much faster, fixes bug #574461.
This commit is contained in:
Sebastian Dröge 2009-05-12 11:19:00 +02:00
parent 87fbf6f4ff
commit 40c87181c5

View file

@ -1827,7 +1827,7 @@ init_failed:
static gboolean
plugin_init (GstPlugin * plugin)
{
if (!gst_element_register (plugin, "mpeg2dec", GST_RANK_SECONDARY,
if (!gst_element_register (plugin, "mpeg2dec", GST_RANK_MARGINAL,
GST_TYPE_MPEG2DEC))
return FALSE;