gst/monoscope/: Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS (but no LIBS, since we only use define...

Original commit message from CVS:
* gst/monoscope/Makefile.am:
* gst/monoscope/gstmonoscope.c:
Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
(but no LIBS, since we only use defines from the headers).
This commit is contained in:
Tim-Philipp Müller 2007-02-12 23:35:16 +00:00
parent 9c49fa7113
commit ecc16f3e31
3 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
* gst/monoscope/Makefile.am:
* gst/monoscope/gstmonoscope.c:
Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
(but no LIBS, since we only use defines from the headers).
2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
Based on patch by: Jonathan Matthew <jonathan at kaolin wh9 net>

View file

@ -4,6 +4,6 @@ libgstmonoscope_la_SOURCES = gstmonoscope.c monoscope.c convolve.c
noinst_HEADERS = gstmonoscope.h monoscope.h convolve.h
libgstmonoscope_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
libgstmonoscope_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS)
libgstmonoscope_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
libgstmonoscope_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

View file

@ -25,8 +25,8 @@
*
* <refsect2>
* <para>
* Synaesthesia is an audio visualisation element. It creates a colored
* curve of the audio signal like on an oszilloscope.
* Monoscope is an audio visualisation element. It creates a coloured
* curve of the audio signal like on an oscilloscope.
* </para>
* <title>Example launch line</title>
* <para>