From bdb07d50bef697c10658dce14f0e5c879a10fc44 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 29 Jan 2009 09:45:25 +0200 Subject: Add ' to framerate argument and remove the word 'simple' as all our pipelines are apparently simple. --- gst/multipart/multipartmux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/multipart') 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 @@ * * Sample pipelines * |[ - * 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. * */ -- cgit