mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
7c51d6e0ca
Original commit message from CVS: Cleaned up the docs a bit.
74 lines
1.2 KiB
Text
74 lines
1.2 KiB
Text
<!-- ##### SECTION Title ##### -->
|
|
GstAutoplug
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Provide automatic element selection.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The autoplugger can select a list of elements that are needed
|
|
to convert a certain GstCaps to another one.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### MACRO GST_AUTOPLUG_MAX_COST ##### -->
|
|
<para>
|
|
The maximum cost of a certain connection.
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### USER_FUNCTION GstAutoplugCostFunction ##### -->
|
|
<para>
|
|
Calculate the cost between two elements.
|
|
</para>
|
|
|
|
@src: the source element
|
|
@dest: the destination element
|
|
@data: optional user data
|
|
@Returns: the cost for a connection between the two elements
|
|
|
|
|
|
<!-- ##### USER_FUNCTION GstAutoplugListFunction ##### -->
|
|
<para>
|
|
Get a list of all elements. These elements will be used in autoplugging.
|
|
</para>
|
|
|
|
@data: user data
|
|
@Returns: a GList of elements
|
|
|
|
|
|
<!-- ##### FUNCTION gst_autoplug_caps ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@srccaps:
|
|
@sinkcaps:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_autoplug_pads ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@srcpad:
|
|
@sinkpad:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_autoplug_caps_list ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@srccaps:
|
|
@sinkcaps:
|
|
@Returns:
|
|
|
|
|