mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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).
This commit is contained in:
parent
5aadb77a1d
commit
8f7c1775d9
3 changed files with 13 additions and 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:
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue