mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gsreal: bring down the rank of the real decoders to MARGINAL.
Basically, at this point, the ffmpeg equivalent decoders perform way better, so we'll make the ffmpeg equivalents PRIMARY and these MARGINAL.
This commit is contained in:
parent
1f42ece99f
commit
6a91eb2f48
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@
|
|||
static gboolean
|
||||
plugin_init (GstPlugin * p)
|
||||
{
|
||||
if (!gst_element_register (p, "realvideodec", GST_RANK_PRIMARY,
|
||||
if (!gst_element_register (p, "realvideodec", GST_RANK_MARGINAL,
|
||||
GST_TYPE_REAL_VIDEO_DEC))
|
||||
return FALSE;
|
||||
if (!gst_element_register (p, "realaudiodec", GST_RANK_SECONDARY,
|
||||
if (!gst_element_register (p, "realaudiodec", GST_RANK_MARGINAL,
|
||||
GST_TYPE_REAL_AUDIO_DEC))
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue