diff options
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2008-08-12 14:31:57 +0000 |
---|---|---|
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2008-08-12 14:31:57 +0000 |
commit | 6e98f36a651051ea602793d0e9226d5e2c21c96b (patch) | |
tree | e76ca386e4e6b8942cb214976e4304915db2d20f /ext/mpeg2enc | |
parent | edf32882a0eeb95168aa177a29e60dd5acbb9412 (diff) | |
download | gstreamer-plugins-bad-6e98f36a651051ea602793d0e9226d5e2c21c96b.tar.gz |
Update and add documentation for mplex.
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
* docs/plugins/inspect/plugin-mplex.xml:
* ext/mplex/gstmplex.cc:
Update and add documentation for mplex.
* ext/mpeg2enc/gstmpeg2enc.cc:
Documentation update.
Diffstat (limited to 'ext/mpeg2enc')
-rw-r--r-- | ext/mpeg2enc/gstmpeg2enc.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mpeg2enc/gstmpeg2enc.cc b/ext/mpeg2enc/gstmpeg2enc.cc index 87902da9a..e96e8124f 100644 --- a/ext/mpeg2enc/gstmpeg2enc.cc +++ b/ext/mpeg2enc/gstmpeg2enc.cc @@ -24,13 +24,13 @@ * SECTION:element-mpeg2enc * @see_also: mpeg2dec * - * This element encodes raw video into an MPEG ?? stream using the + * This element encodes raw video into an MPEG-1/2 elementary stream using the * <ulink url="http://mjpeg.sourceforge.net/">mjpegtools</ulink> library. * Documentation on MPEG encoding in general can be found in the - * <ulink url="https://sourceforge.net/docman/display_doc.php?docid=3456&group_id=5776#s7">MJPEG Howto</ulink> + * <ulink url="https://sourceforge.net/docman/display_doc.php?docid=3456&group_id=5776">MJPEG Howto</ulink> * and on the various available parameters in the documentation * of the mpeg2enc tool in particular, which shares options with this element. - * + * * <refsect2> * <title>Example pipeline</title> * |[ |