From: David Schleef Date: Sun, 17 Feb 2013 20:50:03 +0000 (-0800) Subject: docs: Fix some ambiguous wording X-Git-Tag: 1.1.1~256 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1df4c13a1eef5cfe8cc6b01a19072e3781f4fea;p=platform%2Fupstream%2Fgstreamer.git docs: Fix some ambiguous wording --- diff --git a/docs/manual/appendix-porting.xml b/docs/manual/appendix-porting.xml index 107db3e..5d8659f 100644 --- a/docs/manual/appendix-porting.xml +++ b/docs/manual/appendix-porting.xml @@ -145,7 +145,9 @@ 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. @@ -186,7 +188,8 @@ 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.