From 1f8250957051124f234f18f8bd356ff9ba0bff78 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 20 Aug 2007 17:51:35 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ tools/gst-launch.1.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9e3b7e2682..6f5b0be656 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-20 Wim Taymans + + * tools/gst-launch.1.in: + Add colorspace to example pipeline. Fixes #458274. + 2007-08-20 Tim-Philipp Müller * docs/random/release: 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