mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
9df69622d9
Original commit message from CVS: Documentation updates
41 lines
660 B
Text
41 lines
660 B
Text
<!-- ##### SECTION Title ##### -->
|
|
GstPluginFeature
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
The base class for plugable objects.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
This is a base class for anything that can be added to a #GstPlugin.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
#GstPlugin
|
|
</para>
|
|
|
|
<!-- ##### MACRO GST_PLUGIN_FEATURE_NAME ##### -->
|
|
<para>
|
|
Get the name of the feature
|
|
</para>
|
|
|
|
@feature: The feature to query
|
|
|
|
|
|
<!-- ##### FUNCTION gst_plugin_feature_ensure_loaded ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@feature:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_plugin_feature_unload_thyself ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@feature:
|
|
|
|
|