docs: h264/h265: put parser to the example pipeline

https://bugzilla.gnome.org/show_bug.cgi?id=778749
This commit is contained in:
Hyunjun Ko 2017-03-13 17:29:59 +09:00 committed by Víctor Manuel Jáquez Leal
parent 7f38b3b9f2
commit e65d916f0d
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
* gst-launch-1.0 -ev videotestsrc num-buffers=60 ! timeoverlay ! vaapih264enc ! mp4mux ! filesink location=test.mp4
* gst-launch-1.0 -ev videotestsrc num-buffers=60 ! timeoverlay ! vaapih264enc ! h264parse ! mp4mux ! filesink location=test.mp4
* ]|
* </refsect2>
*/

View file

@ -29,7 +29,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
* gst-launch-1.0 -ev videotestsrc num-buffers=60 ! timeoverlay ! vaapih265enc ! matroskamux ! filesink location=test.mkv
* gst-launch-1.0 -ev videotestsrc num-buffers=60 ! timeoverlay ! vaapih265enc ! h265parse ! matroskamux ! filesink location=test.mkv
* ]|
* </refsect2>
*/