mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
268bcbb89d
Original commit message from CVS: More docs updates
36 lines
634 B
Text
36 lines
634 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>
|
|
|
|
<!-- ##### ENUM GstCPUFlags ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@GST_CPU_FLAG_MMX:
|
|
@GST_CPU_FLAG_SSE:
|
|
|
|
<!-- ##### FUNCTION gst_cpu_get_flags ##### -->
|
|
<para>
|
|
Request a set of bits specifiying the features of the CPU.
|
|
</para>
|
|
|
|
@Returns: the features of the CPU
|
|
|
|
|