diff -r e42706ada231 -r 2b1824e138b1 gst-gmyth/decodebin2/gstdecodebin2.c --- a/gst-gmyth/decodebin2/gstdecodebin2.c Sat Jul 14 17:20:54 2007 +0100 +++ b/gst-gmyth/decodebin2/gstdecodebin2.c Mon Aug 13 22:29:00 2007 +0100 @@ -450,9 +450,11 @@ } /* only select elements with autoplugging rank */ +#if 0 rank = gst_plugin_feature_get_rank (feature); if (rank < GST_RANK_MARGINAL) return FALSE; +#endif return TRUE; }