mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
tools: move gst-plot-timeline.py into scripts directory
So it's not in PATH in an uninstalled setup (thwarting gst-play autocompletion).
This commit is contained in:
parent
7f657358a8
commit
954776ab38
2 changed files with 2 additions and 3 deletions
|
@ -145,7 +145,7 @@ def normalize_timestamps(syscalls):
|
|||
def compute_syscall_metrics(syscalls):
|
||||
global PIXELS_PER_SECOND
|
||||
global PIXELS_PER_LINE
|
||||
|
||||
|
||||
num_syscalls = len(syscalls)
|
||||
|
||||
metrics = Metrics()
|
|
@ -54,8 +54,7 @@ EXTRA_DIST = \
|
|||
$(noinst_SCRIPTS) \
|
||||
gst-inspect.1.in \
|
||||
gst-launch.1.in \
|
||||
gst-typefind.1.in \
|
||||
gst-plot-timeline.py
|
||||
gst-typefind.1.in
|
||||
|
||||
%-@GST_API_VERSION@.1: %.1.in
|
||||
$(AM_V_GEN)sed \
|
||||
|
|
Loading…
Reference in a new issue