Add a shell/ subdir for shell examples
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 24 Oct 2013 11:39:30 +0000 (13:39 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 24 Oct 2013 11:39:30 +0000 (13:39 +0200)
shell/gst-debug-dump-dot-files.sh [new file with mode: 0755]

diff --git a/shell/gst-debug-dump-dot-files.sh b/shell/gst-debug-dump-dot-files.sh
new file mode 100755 (executable)
index 0000000..39e0141
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+
+rm -rf dot_files
+mkdir dot_files
+GST_DEBUG_DUMP_DOT_DIR="$(pwd)/dot_files" \
+  gst-launch-1.0 videotestsrc ! autovideosink