summaryrefslogtreecommitdiffstats
path: root/gst/multipart
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-01-29 09:45:25 +0200
committerStefan Kost <ensonic@users.sf.net>2009-01-29 10:12:43 +0200
commitbdb07d50bef697c10658dce14f0e5c879a10fc44 (patch)
tree56191b121a02b26eac244a5c8fdd4b29c5fa2835 /gst/multipart
parenteb891432192eecd4ed9912795b2a6488b94edbb0 (diff)
Add ' to framerate argument and remove the word 'simple' as all our pipelines are apparently simple.
Diffstat (limited to 'gst/multipart')
-rw-r--r--gst/multipart/multipartmux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/multipart/multipartmux.c b/gst/multipart/multipartmux.c
index c1916a96..95080ad2 100644
--- a/gst/multipart/multipartmux.c
+++ b/gst/multipart/multipartmux.c
@@ -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>
*/