From 6a91eb2f48a44c96dc7e14a4dab7c112c8e4b0c9 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 4 Mar 2009 19:50:10 +0100 Subject: 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. --- gst/real/gstreal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/real/gstreal.c b/gst/real/gstreal.c index 80595a90..33ea4c5f 100644 --- a/gst/real/gstreal.c +++ b/gst/real/gstreal.c @@ -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; -- cgit v1.2.1