mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
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:
parent
9c49fa7113
commit
ecc16f3e31
3 changed files with 10 additions and 3 deletions
|
@ -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>
|
2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
Based on patch by: Jonathan Matthew <jonathan at kaolin wh9 net>
|
Based on patch by: Jonathan Matthew <jonathan at kaolin wh9 net>
|
||||||
|
|
|
@ -4,6 +4,6 @@ libgstmonoscope_la_SOURCES = gstmonoscope.c monoscope.c convolve.c
|
||||||
|
|
||||||
noinst_HEADERS = gstmonoscope.h monoscope.h convolve.h
|
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_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||||
libgstmonoscope_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstmonoscope_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
*
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <para>
|
* <para>
|
||||||
* Synaesthesia is an audio visualisation element. It creates a colored
|
* Monoscope is an audio visualisation element. It creates a coloured
|
||||||
* curve of the audio signal like on an oszilloscope.
|
* curve of the audio signal like on an oscilloscope.
|
||||||
* </para>
|
* </para>
|
||||||
* <title>Example launch line</title>
|
* <title>Example launch line</title>
|
||||||
* <para>
|
* <para>
|
||||||
|
|
Loading…
Reference in a new issue