diff --git a/gst/multipart/multipartmux.c b/gst/multipart/multipartmux.c index c1916a96db..95080ad22c 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. * */