summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-10-02 13:22:35 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-10-02 13:22:35 +0200
commit5d64c5ce5ab1c7ff9519e89ac86e56e8ae89cc83 (patch)
treee85bc0a6d38ad1e9f558f9911c54836b9a8fd441 /tools
parent6ad9398cbce639ff0559ef551b1458c81b46136b (diff)
docs: some 0.10 -> 1.0 changes
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-plot-timeline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-plot-timeline.py b/tools/gst-plot-timeline.py
index daec0beb3..c2a30b548 100755
--- a/tools/gst-plot-timeline.py
+++ b/tools/gst-plot-timeline.py
@@ -2,7 +2,7 @@
#
# based on plot-timeline.py by Federico Mena-Quintero <federico at ximian dotcom>
# example:
-# GST_DEBUG_NO_COLOR=1 GST_DEBUG="*:3" gst-launch-0.10 2>debug.log audiotestsrc num-buffers=10 ! audioconvert ! alsasink
+# GST_DEBUG_NO_COLOR=1 GST_DEBUG="*:3" gst-launch-1.0 2>debug.log audiotestsrc num-buffers=10 ! audioconvert ! alsasink
# gst-plot-timeline.py debug.log --output=debug.png
import math