Revert again, this time without post-commit reindent hooks to put back the indentatio...
[platform/upstream/gstreamer.git] / docs / gst / tmpl / gstcpu.sgml
1 <!-- ##### SECTION Title ##### -->
2 GstCpu
3
4 <!-- ##### SECTION Short_Description ##### -->
5
6 Request the features of the CPU.
7
8 <!-- ##### SECTION Long_Description ##### -->
9 <para>
10 This module can be used when developing plugins. It is
11 typically used to enable special optimisations based on the
12 features of the CPU.
13 </para>
14 <para>
15 You'll get a bitmask of flags with gst_cpu_get_flags().
16 </para>
17
18 <!-- ##### SECTION See_Also ##### -->
19 <para>
20
21 </para>
22
23 <!-- ##### ENUM GstCPUFlags ##### -->
24 <para>
25 Flags that represent cpu capabilities
26 </para>
27
28 @GST_CPU_FLAG_MMX: The cpu is mmx enabled
29 @GST_CPU_FLAG_SSE: The cpu is sse enabled
30 @GST_CPU_FLAG_MMXEXT: The cpu has extended mmx instructions
31 @GST_CPU_FLAG_3DNOW: The cpu is 3DNOW enabled
32
33 <!-- ##### FUNCTION gst_cpu_get_flags ##### -->
34 <para>
35 Request a set of bits specifiying the features of the CPU.
36 </para>
37
38 @Returns: the features of the CPU
39
40