From e9e577c4aba08656a6cc3afe0c51d101ce01b730 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 16 Jul 2014 02:57:49 +0530 Subject: TESTING: Always do videoconvert before pushing to sink or encoder --- TESTING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TESTING b/TESTING index fdef721..fcc0fcf 100644 --- a/TESTING +++ b/TESTING @@ -11,8 +11,8 @@ PUT stream: ----------- $ gst-launch-1.0 -e videotestsrc is-live=TRUE ! videoscale ! \ video/x-raw, height=120, width=160 ! timeoverlay font-desc="80px" ! tee name=t \ - t. ! queue ! theoraenc ! oggmux ! souphttpclientsink location="http://localhost:8000/somepath" \ - t. ! queue ! xvimagesink + t. ! queue ! videoconvert ! theoraenc ! oggmux ! souphttpclientsink location="http://localhost:8000/somepath" \ + t. ! queue ! videoconvert ! xvimagesink GET stream: ----------- -- cgit v0.11.2-2-gd1dd