tools/gst-launch.1.in: Add colorspace to example pipeline. Fixes #458274.

Original commit message from CVS:
* tools/gst-launch.1.in:
Add colorspace to example pipeline. Fixes #458274.
This commit is contained in:
Wim Taymans 2007-08-20 17:51:35 +00:00
parent 54f1c90ac5
commit 1f82509570
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-08-20 Wim Taymans <wim.taymans@gmail.com>
* tools/gst-launch.1.in:
Add colorspace to example pipeline. Fixes #458274.
2007-08-20 Tim-Philipp Müller <tim at centricular dot net>
* docs/random/release:

View file

@ -314,7 +314,7 @@ Play an AVI movie
Stream video using RTP and network elements.
.B
gst\-launch v4l2src ! video/x-raw-yuv,width=128,height=96,format='(fourcc)'UYVY ! ffenc_h263 ! video/x-h263 ! rtph263ppay pt=96 ! udpsink host=192.168.1.1 port=5000 sync=false
gst\-launch v4l2src ! video/x-raw-yuv,width=128,height=96,format='(fourcc)'UYVY ! ffmpegcolorspace ! ffenc_h263 ! video/x-h263 ! rtph263ppay pt=96 ! udpsink host=192.168.1.1 port=5000 sync=false
.br
Use this command on the receiver