docs/pwg/advanced-types.xml: Fix some errors in the typefinding docs pointed out on irc.

Original commit message from CVS:
* docs/pwg/advanced-types.xml:
Fix some errors in the typefinding docs pointed out on irc.
This commit is contained in:
Michael Smith 2007-03-21 18:13:40 +00:00
parent 8e36ce0940
commit b20f57c44e
2 changed files with 8 additions and 3 deletions

View file

@ -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:

View file

@ -100,10 +100,10 @@
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