mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
docs: Some grammar and typo corrections.
This commit is contained in:
parent
c2e762da86
commit
1edcca4f7c
1 changed files with 12 additions and 12 deletions
|
@ -50,22 +50,22 @@ How to build the GStreamer framework and applications using it.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
In addition there are several option to activate or deactivate features.
|
In addition there are several options to activate or deactivate features.
|
||||||
E.g. passing <option>--disable-gst-debug</option> to <command>configure</command>
|
E.g. passing <option>--disable-gst-debug</option> to <command>configure</command>
|
||||||
will turn the debugging subsystem into non-functional stub and remove all
|
will turn the debugging subsystem into a non-functional stub and remove all
|
||||||
macro based invokations from within the library (and anything compiled
|
macro based invocations from within the library (and anything compiled
|
||||||
against the library afterwards)
|
against the library afterwards.)
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
If library size matters and one builds in a controlled environment, its also
|
If library size matters and one builds in a controlled environment, it is
|
||||||
possible to totaly remove sybsystem code. This is intetionally not offered
|
also possible to totally remove subsystem code. This is intentionally not
|
||||||
as a configure option as it causes an ABI break. Code build against a
|
offered as a configure option as it causes an ABI break. Code built against
|
||||||
version of GStreamer without these modifications needs to be recompiled.
|
a version of GStreamer without these modifications needs to be recompiled.
|
||||||
|
|
||||||
<literallayout>
|
<literallayout>
|
||||||
<userinput>make CFLAGS="-DGST_REMOVE_DEPRECATED -DGST_REMOVE_DISABLED"</userinput>
|
<userinput>make CFLAGS="-DGST_REMOVE_DEPRECATED -DGST_REMOVE_DISABLED"</userinput>
|
||||||
</literallayout>
|
</literallayout>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
@ -76,7 +76,7 @@ How to build the GStreamer framework and applications using it.
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<symbol>GST_REMOVE_DISABLED</symbol> - Omit stubs for disabled
|
<symbol>GST_REMOVE_DISABLED</symbol> - Omit stubs for disabled
|
||||||
subsytems from the library.
|
subsystems from the library.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
@ -89,8 +89,8 @@ How to build the GStreamer framework and applications using it.
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Applications and libraries can use <command>pkg-config</command> to get all the
|
Applications and libraries can use <command>pkg-config</command> to get all the
|
||||||
needed compiler and linker flags building against GStreamer. Please note that
|
needed compiler and linker flags to build against GStreamer. Please note that
|
||||||
GStreamer is split into several libraries itself.
|
GStreamer is split into several libraries itself.
|
||||||
<command>pkg-config --list-all | grep gstreamer</command> will list the
|
<command>pkg-config --list-all | grep gstreamer</command> will list the
|
||||||
available libraries.
|
available libraries.
|
||||||
</para>
|
</para>
|
||||||
|
|
Loading…
Reference in a new issue