summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-08-20 17:51:35 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-08-20 17:51:35 +0000
commit1f8250957051124f234f18f8bd356ff9ba0bff78 (patch)
treeec2f5b5358bd261d4adef00bd7d0d9f57b2ee470 /tools
parent54f1c90ac5938d9738617ee21a2306d402f44a15 (diff)
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.
Diffstat (limited to 'tools')
-rw-r--r--tools/gst-launch.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-launch.1.in b/tools/gst-launch.1.in
index c9c1c9babf..bd814be310 100644
--- a/tools/gst-launch.1.in
+++ b/tools/gst-launch.1.in
@@ -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