GstSchedulerFactory Create schedulers from a factory A schedulerfactory is used to create instances of a scheduler. It can be added to a #GstPlugin as it extends #GstPluginFeature. Use gst_schedulerfactory_new() to create a new scheduler which can be registered to a plugin with gst_plugin_add_feature(). Use gst_schedulerfactory_find() to find the named schedulerfactory. or use gst_schedulerfactory_get_list() to get a list of all available schedulers. Once an schedulerfactory has been obtained use gst_schedulerfactory_create() to instantiate a real scheduler. Optionally gst_schedulerfactory_make() to create a scheduler from the named factory. Use gst_schedulerfactory_destroy() to remove the factory from the global list. @factory: @parent: @Returns: @factory: @name: @Returns: @Returns: @name: @parent: @Returns: @name: @longdesc: @type: @Returns: @Returns: @name: