From 2d94a4b759ec2fc6290f601b10109f6625eeab7b Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Mon, 14 Jul 2014 22:42:18 +0530 Subject: TESTING: use timeoverlay instead of clockoverlay Gives us millisecond resolution --- TESTING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING b/TESTING index 36bdd92..fdef721 100644 --- a/TESTING +++ b/TESTING @@ -10,7 +10,7 @@ Server: PUT stream: ----------- $ gst-launch-1.0 -e videotestsrc is-live=TRUE ! videoscale ! \ - video/x-raw, height=120, width=160 ! clockoverlay font-desc="80px" ! tee name=t \ + 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 -- cgit v0.11.2-2-gd1dd