tools/gst-launch.1.in: Add colorspace to example pipeline. Fixes #458274.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 20 Aug 2007 17:51:35 +0000 (17:51 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 20 Aug 2007 17:51:35 +0000 (17:51 +0000)
Original commit message from CVS:
* tools/gst-launch.1.in:
Add colorspace to example pipeline. Fixes #458274.

ChangeLog
tools/gst-launch.1.in

index 9e3b7e2..6f5b0be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index c9c1c9b..bd814be 100644 (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