mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
docs: Fix some ambiguous wording
This commit is contained in:
parent
79d8b61a13
commit
f1df4c13a1
1 changed files with 5 additions and 2 deletions
|
@ -145,7 +145,9 @@
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
All deprecated methods were removed. Recompile against 0.10 with
|
All deprecated methods were removed. Recompile against 0.10 with
|
||||||
DISABLE_DEPRECATED and fix issues before attempting to port to 1.0.
|
GST_DISABLE_DEPRECATED defined (such as by adding
|
||||||
|
-DGST_DISABLE_DEPRECATED to the compiler flags) and fix issues
|
||||||
|
before attempting to port to 1.0.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -186,7 +188,8 @@
|
||||||
<para>
|
<para>
|
||||||
playbin also proxies the GstColorBalance and GstNavigation interfaces,
|
playbin also proxies the GstColorBalance and GstNavigation interfaces,
|
||||||
so applications that use this don't need to go fishing for elements
|
so applications that use this don't need to go fishing for elements
|
||||||
that may implement those any more, but can just use them unconditionally.
|
that may implement those any more, but can just use on playbin
|
||||||
|
unconditionally.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in a new issue