mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
a967370df5
Original commit message from CVS: gst-indent run on core
30 lines
608 B
Text
30 lines
608 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>
|
|
<para>
|
|
You'll get a bitmask of flags with gst_cpu_get_flags().
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</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
|
|
|
|
|