mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
doc tweaks
Original commit message from CVS: doc tweaks
This commit is contained in:
parent
7e18cca101
commit
98481a4ce1
1 changed files with 3 additions and 7 deletions
|
@ -32,18 +32,14 @@
|
|||
* </para>
|
||||
* <title>Example pipelines</title>
|
||||
* <para>
|
||||
* Encode your X display to an Ogg theora video
|
||||
* </para>
|
||||
* <programlisting>
|
||||
* gst-launch -v ximagesrc ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=desktop.ogg
|
||||
* gst-launch -v ximagesrc ! video/x-raw-rgb,framerate=5/1 ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=desktop.ogg
|
||||
* </programlisting>
|
||||
* <para>
|
||||
* Encodes your X display to an Ogg theora video at 5 frames per second.
|
||||
* </para>
|
||||
* </refsect2>
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue