diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-01-10 09:47:43 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-01-10 09:47:43 +0000 |
commit | 8f7c1775d9bc42cdaa84cd305718b09b80c27e95 (patch) | |
tree | b3bc1250ca039894d1c6d08b8362829e22d5b47e | |
parent | 5aadb77a1dfcba8a9bac2341c9c3cff610e425f8 (diff) |
Some small docs fixes (#394851).
Original commit message from CVS:
Patch by: Sebastian Dröge <slomo ubuntu com>
* docs/plugins/Makefile.am:
* gst/audiofx/audiopanorama.c:
Some small docs fixes (#394851).
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | gst/audiofx/audiopanorama.c | 8 |
3 files changed, 13 insertions, 4 deletions
@@ -1,3 +1,11 @@ +2007-01-10 Tim-Philipp Müller <tim at centricular dot net> + + Patch by: Sebastian Dröge <slomo ubuntu com> + + * docs/plugins/Makefile.am: + * gst/audiofx/audiopanorama.c: + Some small docs fixes (#394851). + 2007-01-09 Wim Taymans <wim@fluendo.com> * gst/avi/gstavidemux.c: diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 86200d0d..31f3721c 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -75,6 +75,7 @@ IGNORE_CFILES = EXTRA_HFILES = \ $(top_srcdir)/gst/apetag/gstapedemux.h \ + $(top_srcdir)/gst/audiofx/audiopanorama.h \ $(top_srcdir)/gst/autodetect/gstautoaudiosink.h \ $(top_srcdir)/gst/autodetect/gstautovideosink.h \ $(top_srcdir)/gst/avi/gstavidemux.h \ diff --git a/gst/audiofx/audiopanorama.c b/gst/audiofx/audiopanorama.c index dec95502..71924e6b 100644 --- a/gst/audiofx/audiopanorama.c +++ b/gst/audiofx/audiopanorama.c @@ -20,16 +20,16 @@ /** * SECTION:gstaudiopanorama - * @short_description: audio strereo pan effect + * @short_description: audio stereo pan effect * * <refsect2> * Stereo panorama effect with controllable pan position. * <title>Example launch line</title> * <para> * <programlisting> - * gst-launch audiotestsrc wave=saw ! audiopanorama panorama=-100 ! alsasink - * gst-launch filesrc location="melo1.ogg" ! oggdemux ! vorbisdec ! audioconvert ! audiopanorama panorama=-100 ! alsasink - * gst-launch audiotestsrc wave=saw ! audioconvert ! audiopanorama panorama=-100 ! audioconvert ! alsasink + * gst-launch audiotestsrc wave=saw ! audiopanorama panorama=-1.00 ! alsasink + * gst-launch filesrc location="melo1.ogg" ! oggdemux ! vorbisdec ! audioconvert ! audiopanorama panorama=-1.00 ! alsasink + * gst-launch audiotestsrc wave=saw ! audioconvert ! audiopanorama panorama=-1.00 ! audioconvert ! alsasink * </programlisting> * </para> * </refsect2> |