Searched refs:staticpadtemplates (Results 1 – 6 of 6) sorted by relevance
103 factory->staticpadtemplates = NULL; in gst_element_factory_init()162 for (item = factory->staticpadtemplates; item; item = item->next) { in gst_element_factory_cleanup()168 g_list_free (factory->staticpadtemplates); in gst_element_factory_cleanup()169 factory->staticpadtemplates = NULL; in gst_element_factory_cleanup()266 factory->staticpadtemplates = in gst_element_register()267 g_list_append (factory->staticpadtemplates, newt); in gst_element_register()825 factory->staticpadtemplates = in __gst_element_factory_add_static_pad_template()826 g_list_append (factory->staticpadtemplates, templ); in __gst_element_factory_add_static_pad_template()954 return factory->staticpadtemplates; in gst_element_factory_get_static_pad_templates()
466 GList * staticpadtemplates; /* GstStaticPadTemplate list */ member
293 for (walk = factory->staticpadtemplates; walk; in gst_registry_chunks_save_feature()
1381 templates = factory->staticpadtemplates; in gst_element_factory_can_accept_all_caps_in_direction()1410 templates = factory->staticpadtemplates; in gst_element_factory_can_accept_any_caps_in_direction()
42 factory->staticpadtemplates = g_list_append (factory->staticpadtemplates, in setup_pad_template()
132861 …Use libxml2 for registry parsing, use staticpadtemplates in elementfactories. Makes gst_init() +/-…132891 Use libxml2 for registry parsing, use staticpadtemplates in