mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
43cbc42c45
Original commit message from CVS: the 'brown paper bag' commit. sorry for the email spam on this one, but it will be laaaarrrggggeee
105 lines
1.7 KiB
Text
105 lines
1.7 KiB
Text
<!-- ##### SECTION Title ##### -->
|
|
GstSchedulerFactory
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Create schedulers from a factory
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
A schedulerfactory is used to create instances of a scheduler. It
|
|
can be added to a #GstPlugin as it extends #GstPluginFeature.
|
|
</para>
|
|
<para>
|
|
Use gst_schedulerfactory_new() to create a new scheduler which can be registered
|
|
to a plugin with gst_plugin_add_feature().
|
|
</para>
|
|
<para>
|
|
Use gst_schedulerfactory_find() to find the named schedulerfactory.
|
|
or use gst_schedulerfactory_get_list() to get a list of all available schedulers.
|
|
</para>
|
|
<para>
|
|
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.
|
|
</para>
|
|
<para>
|
|
Use gst_schedulerfactory_destroy() to remove the factory from the global list.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gst_schedulerfactory_create ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@factory:
|
|
@parent:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_schedulerfactory_destroy ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@factory:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_schedulerfactory_find ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_schedulerfactory_get_list ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_schedulerfactory_make ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@parent:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_schedulerfactory_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@longdesc:
|
|
@type:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_schedulerfactory_get_default_name ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_schedulerfactory_set_default_name ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
|
|
|