2000-09-13 19:04:55 +00:00
|
|
|
<!-- ##### 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.
|
2001-04-19 22:25:04 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
You'll get a bitmask of flags with gst_cpu_get_flags().
|
2000-09-13 19:04:55 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2000-10-22 16:30:25 +00:00
|
|
|
<!-- ##### ENUM GstCPUFlags ##### -->
|
2000-09-13 19:04:55 +00:00
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2000-10-22 16:30:25 +00:00
|
|
|
@GST_CPU_FLAG_MMX:
|
|
|
|
@GST_CPU_FLAG_SSE:
|
2001-03-21 21:43:56 +00:00
|
|
|
@GST_CPU_FLAG_MMXEXT:
|
|
|
|
@GST_CPU_FLAG_3DNOW:
|
2000-09-13 19:04:55 +00:00
|
|
|
|
|
|
|
<!-- ##### FUNCTION gst_cpu_get_flags ##### -->
|
|
|
|
<para>
|
|
|
|
Request a set of bits specifiying the features of the CPU.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@Returns: the features of the CPU
|
|
|
|
|
|
|
|
|