GST_DEBUG env var (#108)

* Add gstreamer error debugging
pull/109/head
Alex 3 years ago committed by GitHub
parent b299898bbb
commit e1eedd869c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
endprocess

@ -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
endprocess

Loading…
Cancel
Save