branch | trunk |
changeset 849 | ce58aae12c2e |
parent 787 | e42706ada231 |
1.1 --- a/gst-gmyth/decodebin2/gstdecodebin2.c Sat Jul 14 17:20:54 2007 +0100 1.2 +++ b/gst-gmyth/decodebin2/gstdecodebin2.c Tue Sep 18 14:06:39 2007 +0100 1.3 @@ -450,9 +450,11 @@ 1.4 } 1.5 1.6 /* only select elements with autoplugging rank */ 1.7 +#if 0 1.8 rank = gst_plugin_feature_get_rank (feature); 1.9 if (rank < GST_RANK_MARGINAL) 1.10 return FALSE; 1.11 +#endif 1.12 1.13 return TRUE; 1.14 }