Lower the rank, the typefind functions are broken
Original commit message from CVS: Lower the rank, the typefind functions are broken
This commit is contained in:
parent
c0dc6784df
commit
c825677105
@ -1337,7 +1337,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
|
||||
}
|
||||
|
||||
g_return_val_if_fail (factory != NULL, FALSE);
|
||||
gst_element_factory_set_rank (factory, GST_ELEMENT_RANK_PRIMARY);
|
||||
gst_element_factory_set_rank (factory, GST_ELEMENT_RANK_NONE);
|
||||
|
||||
gst_element_factory_add_pad_template (factory, GST_PAD_TEMPLATE_GET (audio_factory));
|
||||
gst_element_factory_add_pad_template (factory, GST_PAD_TEMPLATE_GET (video_factory));
|
||||
|
Loading…
x
Reference in New Issue
Block a user