diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2015-11-10 15:14:49 +0100 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2015-11-10 15:14:49 +0100 |
commit | 91d3e70098a5fd3bc055eb6928d99d41385dcc28 (patch) | |
tree | 21bbe710e500a3780b5a25e00e3112fa3fd05019 | |
parent | 06749ee33380898c334e83c068622017a75c8d23 (diff) |
validate: Minor documentation fix
-rw-r--r-- | validate/docs/validate/gst-validate-transcoding.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validate/docs/validate/gst-validate-transcoding.xml b/validate/docs/validate/gst-validate-transcoding.xml index 279b5ed..c2d046c 100644 --- a/validate/docs/validate/gst-validate-transcoding.xml +++ b/validate/docs/validate/gst-validate-transcoding.xml @@ -119,7 +119,7 @@ VP8 as the video codec and Vorbis as the audio codec), you should use: </para> <informalexample> - <programlisting>video/webm:video/x-raw,width=1920,height=1080-->video/x-vp8:audio/x-vorbis</programlisting> + <programlisting>video/webm:video/x-raw,width=1920,height=1080->video/x-vp8:audio/x-vorbis</programlisting> </informalexample> <refsect3> <title>Some serialized encoding formats examples:</title> |