projects
/
experiments
/
gstreamer.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ee4414
)
Add the gst-adder.sh example
author
Antonio Ospite <ao2@ao2.it>
Wed, 17 Sep 2014 09:58:55 +0000
(11:58 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Wed, 17 Sep 2014 09:58:55 +0000
(11:58 +0200)
shell/gst-adder.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/shell/gst-adder.sh
b/shell/gst-adder.sh
new file mode 100755
(executable)
index 0000000..
3cf2a2a
--- /dev/null
+++ b/
shell/gst-adder.sh
@@ -0,0
+1,5
@@
+#!/bin/sh
+
+gst-launch-1.0 adder name=mix ! audioconvert ! autoaudiosink \
+ audiotestsrc wave=2 ! mix. \
+ audiotestsrc wave=5 ! mix.