diff options
author | David Schleef <ds@schleef.org> | 2013-02-17 12:50:03 -0800 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2013-02-17 16:01:03 -0800 |
commit | f1df4c13a1eef5cfe8cc6b01a19072e3781f4fea (patch) | |
tree | 2601c696ace4bb27ff9f3ef471b56fc013eb9c66 /docs | |
parent | 79d8b61a13b7980d47f3703f17643463361361e2 (diff) |
docs: Fix some ambiguous wording
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/appendix-porting.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/manual/appendix-porting.xml b/docs/manual/appendix-porting.xml index 107db3e59..5d8659ff2 100644 --- a/docs/manual/appendix-porting.xml +++ b/docs/manual/appendix-porting.xml @@ -145,7 +145,9 @@ <listitem> <para> 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> </listitem> <listitem> @@ -186,7 +188,8 @@ <para> playbin also proxies the GstColorBalance and GstNavigation interfaces, 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> </listitem> <listitem> |