matroskamux: fix up example pipeline in docs
authorTim-Philipp Müller <tim@centricular.net>
Sat, 23 Feb 2013 18:50:52 +0000 (18:50 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 23 Feb 2013 18:50:52 +0000 (18:50 +0000)
gst/matroska/matroska-mux.c

index 6eb2189..cad509d 100644 (file)
@@ -34,7 +34,7 @@
  * <refsect2>
  * <title>Example launch line</title>
  * |[
- * gst-launch-1.0 -v filesrc location=/path/to/mp3 ! mp3parse ! matroskamux name=mux ! filesink location=test.mkv  filesrc location=/path/to/theora.ogg ! oggdemux ! theoraparse ! mux.
+ * gst-launch-1.0 -v filesrc location=/path/to/mp3 ! mpegaudioparse ! matroskamux name=mux ! filesink location=test.mkv  filesrc location=/path/to/theora.ogg ! oggdemux ! theoraparse ! mux.
  * ]| This pipeline muxes an MP3 file and a Ogg Theora video into a Matroska file.
  * |[
  * gst-launch-1.0 -v audiotestsrc num-buffers=100 ! audioconvert ! vorbisenc ! matroskamux ! filesink location=test.mka