mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
gst/freeze/: Add example to source code documentation blob and remove the 3 line
Original commit message from CVS: * gst/freeze/FAQ: * gst/freeze/Makefile.am: * gst/freeze/gstfreeze.c: Add example to source code documentation blob and remove the 3 line FAQ. * gst/interleave/interleave.c: Add a source code documentation blob.
This commit is contained in:
parent
f7edc0c690
commit
a3bcacf1c7
1 changed files with 17 additions and 0 deletions
|
@ -22,6 +22,23 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:element-interleave
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
* Merges separate mono inputs into one interleaved stream.
|
||||
* </para>
|
||||
* <title>Example launch line</title>
|
||||
* <para>
|
||||
* <programlisting>
|
||||
* gst-launch-0.10 filesrc location=song.ogg ! decodebin ! audioconvert ! ladspa-gverb name=g ! interleave name=i ! audioconvert ! autoaudiosink g. ! i.
|
||||
* </programlisting>
|
||||
* Apply ladspa gverb to the music and merge separate left/right outputs into a
|
||||
* stereo stream for playback.
|
||||
* </para>
|
||||
* </refsect2>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
|
|
Loading…
Reference in a new issue