From d7ecbd1302ef633d8ed6daa49e0e496e6f4f1dd1 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 24 Oct 2013 13:39:30 +0200 Subject: [PATCH] Add a shell/ subdir for shell examples --- shell/gst-debug-dump-dot-files.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 shell/gst-debug-dump-dot-files.sh diff --git a/shell/gst-debug-dump-dot-files.sh b/shell/gst-debug-dump-dot-files.sh new file mode 100755 index 0000000..39e0141 --- /dev/null +++ b/shell/gst-debug-dump-dot-files.sh @@ -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 -- 2.1.4