mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
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:
parent
8e36ce0940
commit
b20f57c44e
2 changed files with 8 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue