| <!-- ##### SECTION Title ##### --> |
| <!-- ##### SECTION Short_Description ##### --> |
| Request the features of the CPU. |
| <!-- ##### SECTION Long_Description ##### --> |
| This module can be used when developing plugins. It is |
| typically used to enable special optimisations based on the |
| You'll get a bitmask of flags with gst_cpu_get_flags(). |
| <!-- ##### SECTION See_Also ##### --> |
| <!-- ##### ENUM GstCPUFlags ##### --> |
| Flags that represent cpu capabilities |
| @GST_CPU_FLAG_MMX: The cpu is mmx enabled |
| @GST_CPU_FLAG_SSE: The cpu is sse enabled |
| @GST_CPU_FLAG_MMXEXT: The cpu has extended mmx instructions |
| @GST_CPU_FLAG_3DNOW: The cpu is 3DNOW enabled |
| <!-- ##### FUNCTION gst_cpu_get_flags ##### --> |
| Request a set of bits specifiying the features of the CPU. |
| @Returns: the features of the CPU |