diff options
author | Stefan Kost <ensonic@users.sf.net> | 2010-10-19 15:06:36 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2010-10-19 15:08:06 +0300 |
commit | 8ab60bd7cdbada53e0c4feb29cae2be8cd53af28 (patch) | |
tree | ff4120b03e6b8d39f060b269a4b2936c16bb4161 | |
parent | 1b23f7719a73fb4b0112fc8aa68898c55d4070f8 (diff) | |
download | gstreamer-plugins-bad-8ab60bd7cdbada53e0c4feb29cae2be8cd53af28.tar.gz |
pnmenc: remove stray " in doc comment
-rw-r--r-- | gst/pnm/gstpnmenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/pnm/gstpnmenc.c b/gst/pnm/gstpnmenc.c index 6fac3b08e..ea6f98b6f 100644 --- a/gst/pnm/gstpnmenc.c +++ b/gst/pnm/gstpnmenc.c @@ -24,7 +24,7 @@ * To enable ASCII encoding, set the parameter ascii to TRUE. If you omit * the parameter or set it to FALSE, the output will be raw encoded. * - * <refsect"> + * <refsect> * <title>Example launch line</title> * |[ * gst-launch videotestsrc num_buffers=1 ! ffmpegcolorspace ! "video/x-raw-gray" ! pnmenc ascii=true ! filesink location=test.pnm |