mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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
This commit is contained in:
parent
4423494ca7
commit
9ddb9ed1af
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue