Name
GstSchedulerFactory -- Create schedulers from a factory
Details
gst_schedulerfactory_create ()
Create a new GstScheduler instance from the
given schedulerfactory with the given parent.
gst_schedulerfactory_destroy ()
Removes the scheduler from the global list.
gst_schedulerfactory_find ()
Search for an schedulerfactory of the given name.
gst_schedulerfactory_get_list ()
GList* gst_schedulerfactory_get_list (void); |
Get the global list of schedulerfactories.
gst_schedulerfactory_make ()
GstScheduler* gst_schedulerfactory_make (const gchar *name,
GstElement *parent); |
Create a new GstScheduler instance from the
schedulerfactory with the given name and parent.
gst_schedulerfactory_new ()
GstSchedulerFactory* gst_schedulerfactory_new
(const gchar *name,
const gchar *longdesc,
GType type); |
Create a new schedulerfactory with the given parameters