mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
56e7d38238
Original commit message from CVS: Bring the low level API docs up to date.
42 lines
772 B
Text
42 lines
772 B
Text
<!-- ##### SECTION Title ##### -->
|
|
GstCpu
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
Request the features of the CPU.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
This module can be used when developing plugins. It is
|
|
typically used to enable special optimisations based on the
|
|
features of the CPU.
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### MACRO GST_CPU_FLAG_MMX ##### -->
|
|
<para>
|
|
A flag indicating that MMX instructions are supported.
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### MACRO GST_CPU_FLAG_SSE ##### -->
|
|
<para>
|
|
A flag indicating that SSE instructions are supported.
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gst_cpu_get_flags ##### -->
|
|
<para>
|
|
Request a set of bits specifiying the features of the CPU.
|
|
</para>
|
|
|
|
@Returns: the features of the CPU
|
|
|
|
|