summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--docs/plugins/Makefile.am1
-rw-r--r--gst/audiofx/audiopanorama.c8
3 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 078f91ac..cb2e1e1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>