mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
mpeg2dec: Lower rank to MARGINAL to make ffdec_mpeg2video the default
ffdec_mpeg2video is much faster, fixes bug #574461.
This commit is contained in:
parent
87fbf6f4ff
commit
40c87181c5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue