mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue