videobox: Fix the sample pipeline.

This commit is contained in:
Sreerenj Balachandran 2012-05-17 16:23:59 +03:00 committed by Sebastian Dröge
parent eba7494ab0
commit f400a06ba5

View File

@ -50,7 +50,7 @@
* Sample pipeline:
* |[
* gst-launch videotestsrc ! videobox autocrop=true ! \
* "video/x-raw-yuv, width=600, height=400" ! ffmpegcolorspace ! ximagesink
* "video/x-raw, width=600, height=400" ! videoconvert ! ximagesink
* ]|
*/