don't play with spider until spider can do heavy seeking
authorSteve Baker <steve@stevebaker.org>
Thu, 12 Sep 2002 19:12:35 +0000 (19:12 +0000)
committerSteve Baker <steve@stevebaker.org>
Thu, 12 Sep 2002 19:12:35 +0000 (19:12 +0000)
Original commit message from CVS:
don't play with spider until spider can do heavy seeking

ext/audiofile/gstafparse.c

index c1d55c3..73a2ad6 100644 (file)
@@ -328,7 +328,7 @@ gst_afparse_plugin_init (GModule *module, GstPlugin *plugin)
   
   gst_element_factory_add_pad_template (factory, GST_PAD_TEMPLATE_GET (afparse_src_factory));
   gst_element_factory_add_pad_template (factory, GST_PAD_TEMPLATE_GET (afparse_sink_factory));
-  gst_element_factory_set_rank (factory, GST_ELEMENT_RANK_PRIMARY);
+  /* gst_element_factory_set_rank (factory, GST_ELEMENT_RANK_PRIMARY);*/
 
   gst_plugin_add_feature (plugin, GST_PLUGIN_FEATURE (factory));