summaryrefslogtreecommitdiff
path: root/TESTING
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-14 17:12:18 (GMT)
committerNirbheek Chauhan <nirbheek@centricular.com>2014-07-14 17:12:18 (GMT)
commit2d94a4b759ec2fc6290f601b10109f6625eeab7b (patch)
tree677d490a7acc02d4f603fc0b9885c091106f4ad5 /TESTING
parent8b63e23ef8d5572b88e885c46c6c78523e78f619 (diff)
downloadsoup-transcoding-proxy-2d94a4b759ec2fc6290f601b10109f6625eeab7b.zip
soup-transcoding-proxy-2d94a4b759ec2fc6290f601b10109f6625eeab7b.tar.gz
TESTING: use timeoverlay instead of clockoverlay
Gives us millisecond resolution
Diffstat (limited to 'TESTING')
-rw-r--r--TESTING2
1 files changed, 1 insertions, 1 deletions
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