docs: Fix some ambiguous wording
authorDavid Schleef <ds@schleef.org>
Sun, 17 Feb 2013 20:50:03 +0000 (12:50 -0800)
committerDavid Schleef <ds@schleef.org>
Mon, 18 Feb 2013 00:01:03 +0000 (16:01 -0800)
docs/manual/appendix-porting.xml

index 107db3e..5d8659f 100644 (file)
       <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>
         <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>