diff options
author | Steve Baker <steve@stevebaker.org> | 2002-05-31 08:24:31 +0000 |
---|---|---|
committer | Steve Baker <steve@stevebaker.org> | 2002-05-31 08:24:31 +0000 |
commit | 2e1042ebe84ca020d1baba789a68e688207fc0ba (patch) | |
tree | d8ec99dd1bc22191f9453970b9d22ffa49a28acd /ext/audiofile/gstafparse.c | |
parent | 9ebe4d23952ababd3031dc7f72ea693c6afe2a64 (diff) | |
download | gst-plugins-bad-2e1042ebe84ca020d1baba789a68e688207fc0ba.tar.gz gst-plugins-bad-2e1042ebe84ca020d1baba789a68e688207fc0ba.tar.bz2 gst-plugins-bad-2e1042ebe84ca020d1baba789a68e688207fc0ba.zip |
add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't any...
Original commit message from CVS:
add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
Diffstat (limited to 'ext/audiofile/gstafparse.c')
-rw-r--r-- | ext/audiofile/gstafparse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/audiofile/gstafparse.c b/ext/audiofile/gstafparse.c index 5067ea1f..f0545f17 100644 --- a/ext/audiofile/gstafparse.c +++ b/ext/audiofile/gstafparse.c @@ -326,6 +326,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_plugin_add_feature (plugin, GST_PLUGIN_FEATURE (factory)); |