Add ' to framerate argument and remove the word 'simple' as all our pipelines are...
authorStefan Kost <ensonic@users.sf.net>
Thu, 29 Jan 2009 07:45:25 +0000 (09:45 +0200)
committerStefan Kost <ensonic@users.sf.net>
Thu, 29 Jan 2009 08:12:43 +0000 (10:12 +0200)
gst/multipart/multipartmux.c

index c1916a9..95080ad 100644 (file)
@@ -27,8 +27,8 @@
  * <refsect2>
  * <title>Sample pipelines</title>
  * |[
- * gst-launch videotestsrc ! video/x-raw-yuv, framerate=(fraction)5/1 ! jpegenc ! multipartmux ! filesink location=/tmp/test.multipart
- * ]| a simple pipeline to mux 5 JPEG frames per second into a multipart stream
+ * gst-launch videotestsrc ! video/x-raw-yuv, framerate='(fraction)'5/1 ! jpegenc ! multipartmux ! filesink location=/tmp/test.multipart
+ * ]| a pipeline to mux 5 JPEG frames per second into a multipart stream
  * stored to a file.
  * </refsect2>
  */