We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b299898 commit e1eedd8Copy full SHA for e1eedd8
2 files changed
wrappers/gst-inspect-1.0.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+export GST_DEBUG=1 #1: ERROR (Log fatal errors only).
4
+
5
#########################
6
# VARS
7
@@ -67,4 +69,4 @@ info "GST_ARGS: $*"
67
69
child=$!
68
70
wait "$child"
71
-endprocess
72
+endprocess
wrappers/gst-launch-1.0.sh
0 commit comments