Next: GstIndex, Previous: GstImplementsInterface, Up: Top
Create GstIndexes from a factory
GstIndexFactory is used to dynamically create GstIndex implementations.
This
<gobject>
class defines no properties, other than those defined by its superclasses.
mchars
) (longdesc mchars
) (type <gtype>
) (ret <gst-index-factory>
)Create a new indexfactory with the given parameters
- name
- name of indexfactory to create
- longdesc
- long description of indexfactory to create
- type
- the GType of the GstIndex element of this factory
- ret
- a new
<gst-index-factory>
.
<gst-index-factory>
)Removes the index from the global list.
- factory
- factory to destroy
mchars
) (ret <gst-index-factory>
)Search for an indexfactory of the given name.
- name
- name of indexfactory to find
- ret
<gst-index-factory>
if found, NULL otherwise