docs/pwg/advanced-types.xml: Fix some errors in the typefinding docs pointed out...
authorMichael Smith <msmith@xiph.org>
Wed, 21 Mar 2007 18:13:40 +0000 (18:13 +0000)
committerMichael Smith <msmith@xiph.org>
Wed, 21 Mar 2007 18:13:40 +0000 (18:13 +0000)
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
Fix some errors in the typefinding docs pointed out on irc.

ChangeLog
docs/pwg/advanced-types.xml

index 9e93b55ed7965047bda9e4475a89237f3ee72467..ea681831e1432d333ba65ff39c8a4e357b58212e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-21  Michael Smith  <msmith@fluendo.com>
+
+       * docs/pwg/advanced-types.xml:
+         Fix some errors in the typefinding docs pointed out on irc.
+
 2007-03-21  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * libs/gst/base/gstbasesrc.c:
index c2a299d3eeacea020b32bbd5a82d18a1d396f024..ae67b46a71bae519efa4647cfa98de29e141b912 100644 (file)
       input stream. Here, we will focus only on typefind functions.
     </para>
     <para>
-      A typefind function ususally lives in
-      <filename>gst-plugins/gst/typefind/gsttypefindfunctions.c</filename>,
+      A typefind function usually lives in
+      <filename>gst-plugins-base/gst/typefind/gsttypefindfunctions.c</filename>,
       unless there's a good reason (like library dependencies) to put it
-      elsewhere. The reason for this centralization is to decreate the
+      elsewhere. The reason for this centralization is to reduce the
       number of plugins that need to be loaded in order to detect a stream's
       type. Below is an example that will recognize AVI files, which start
       with a <quote>RIFF</quote> tag, then the size of the file and then an