From b20f57c44e4bf41629546ef44f7a6baedd4596a6 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 21 Mar 2007 18:13:40 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ docs/pwg/advanced-types.xml | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e93b55ed7..ea681831e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-21 Michael Smith + + * docs/pwg/advanced-types.xml: + Fix some errors in the typefinding docs pointed out on irc. + 2007-03-21 Jan Schmidt * libs/gst/base/gstbasesrc.c: diff --git a/docs/pwg/advanced-types.xml b/docs/pwg/advanced-types.xml index c2a299d3ee..ae67b46a71 100644 --- a/docs/pwg/advanced-types.xml +++ b/docs/pwg/advanced-types.xml @@ -100,10 +100,10 @@ input stream. Here, we will focus only on typefind functions. - A typefind function ususally lives in - gst-plugins/gst/typefind/gsttypefindfunctions.c, + A typefind function usually lives in + gst-plugins-base/gst/typefind/gsttypefindfunctions.c, 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 RIFF tag, then the size of the file and then an -- 2.34.1