mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
mpeg2dec: Revert ranking switch with ffdec_mpeg2video. Fixes #574461
This commit is contained in:
parent
203aab776e
commit
83bf3a9f37
1 changed files with 1 additions and 1 deletions
|
@ -1855,7 +1855,7 @@ init_failed:
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
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))
|
GST_TYPE_MPEG2DEC))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue