summaryrefslogtreecommitdiff
path: root/gst/matroska/webm-mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/matroska/webm-mux.c')
-rw-r--r--gst/matroska/webm-mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/matroska/webm-mux.c b/gst/matroska/webm-mux.c
index 2644a79ea..94584af66 100644
--- a/gst/matroska/webm-mux.c
+++ b/gst/matroska/webm-mux.c
@@ -27,7 +27,7 @@
* |[
* gst-launch-0.10 webmmux name=mux ! filesink location=newfile.webm \
* uridecodebin uri=file:///path/to/somefile.ogv name=demux \
- * demux. ! ffmpegcolorspace ! videorate ! vp8enc ! queue ! mux.video_0 \
+ * demux. ! ffmpegcolorspace ! vp8enc ! queue ! mux.video_0 \
* demux. ! progressreport ! audioconvert ! audiorate ! vorbisenc ! queue ! mux.audio_0
* ]| This pipeline re-encodes a video file of any format into a WebM file.
* |[