projects
/
experiments
/
gstreamer.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a script to create test files
[experiments/gstreamer.git]
/
shell
/
gst-debug-dump-dot-files.sh
1
#!/bin/sh
2
3
set -e
4
5
rm -rf dot_files
6
mkdir dot_files
7
GST_DEBUG_DUMP_DOT_DIR="$PWD/dot_files" \
8
gst-launch-1.0 videotestsrc ! autovideosink