* Add gstreamer error debugging
@ -1,5 +1,7 @@
#!/bin/bash
export GST_DEBUG=1 #1: ERROR (Log fatal errors only).
#########################
# VARS
@ -67,4 +69,4 @@ info "GST_ARGS: $*"
child=$!
wait "$child"
endprocess