mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
498ae2c79f
Original commit message from CVS: 2005-03-29 Andy Wingo <wingo@pobox.com> * po/, docs/gst/: Commit automatic changes to docs and po files. * gst/elements/Makefile.am (libgstelements_la_LDFLAGS): Link to the versioned libgstbase. * check/Makefile.am: Depend on an unversioned gst-register, seems to make autoconf happier. * gst/base/Makefile.am: Make libgstbase a versioned lib.
21 lines
437 B
Text
21 lines
437 B
Text
<!-- ##### SECTION Title ##### -->
|
|
GstCpu
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Descripe CPU features
|
|
|
|
<!-- ##### 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>
|
|
|