projects
/
experiments
/
gstreamer.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dafa0d
)
gst-debug-dump-dot-files.sh: use the PWD env var
author
Antonio Ospite <ao2@ao2.it>
Wed, 17 Sep 2014 09:57:41 +0000
(11:57 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Wed, 17 Sep 2014 09:57:41 +0000
(11:57 +0200)
shell/gst-debug-dump-dot-files.sh
patch
|
blob
|
history
diff --git
a/shell/gst-debug-dump-dot-files.sh
b/shell/gst-debug-dump-dot-files.sh
index
39e0141
..
ecdf477
100755
(executable)
--- a/
shell/gst-debug-dump-dot-files.sh
+++ b/
shell/gst-debug-dump-dot-files.sh
@@
-4,5
+4,5
@@
set -e
rm -rf dot_files
mkdir dot_files
-GST_DEBUG_DUMP_DOT_DIR="$
(pwd)
/dot_files" \
+GST_DEBUG_DUMP_DOT_DIR="$
PWD
/dot_files" \
gst-launch-1.0 videotestsrc ! autovideosink