diff options
author | Steve Baker <steve@stevebaker.org> | 2002-09-12 19:12:35 +0000 |
---|---|---|
committer | Steve Baker <steve@stevebaker.org> | 2002-09-12 19:12:35 +0000 |
commit | 9ddb9ed1af8b1f27bd83c29978ad6ad10fae3a90 (patch) | |
tree | ba1d81f1a7b334510dd46bdb7aefe7204127f29a /ext/audiofile | |
parent | 4423494ca7681d91bc04cecbce2fc18383202e88 (diff) | |
download | gst-plugins-bad-9ddb9ed1af8b1f27bd83c29978ad6ad10fae3a90.tar.gz gst-plugins-bad-9ddb9ed1af8b1f27bd83c29978ad6ad10fae3a90.tar.bz2 gst-plugins-bad-9ddb9ed1af8b1f27bd83c29978ad6ad10fae3a90.zip |
don't play with spider until spider can do heavy seeking
Original commit message from CVS:
don't play with spider until spider can do heavy seeking
Diffstat (limited to 'ext/audiofile')
-rw-r--r-- | ext/audiofile/gstafparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/audiofile/gstafparse.c b/ext/audiofile/gstafparse.c index c1d55c3c..73a2ad6d 100644 --- a/ext/audiofile/gstafparse.c +++ b/ext/audiofile/gstafparse.c @@ -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)); |