Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / tools / README.filterstamp
1 filterstamp.sh is a script to copy a filter and change filenames and all
2 occurrences of the old name to the new name.
3
4 This is used for writing new audio filters. The best one to copy for now is
5 passthrough; it works on raw/audio int or float data.
6
7 If your new filter is called StereoPan, for example, then do this :
8
9 cd gst
10 ../tools/filterstamp.sh Passthrough StereoPan
11 cd stereopan
12 make
13
14 (Please note the upper- and lower-case !)
15
16 You should also add a line to configure.ac to make sure the Makefiles are built
17 correctly. Just search for "passthrough" and add corresponding "stereopan" (or
18 whatever your plugin is) lines.
19
20 Register it, then try it out.  It shouldn't do anything !
21
22 Now edit the filter.func in the new directory; this file contains the body
23 of the main processing loop.
24