Skip to content

Commit e1eedd8

Browse files
authored
GST_DEBUG env var (#108)
* Add gstreamer error debugging
1 parent b299898 commit e1eedd8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

wrappers/gst-inspect-1.0.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
export GST_DEBUG=1 #1: ERROR (Log fatal errors only).
4+
35
#########################
46
# VARS
57
#########################
@@ -67,4 +69,4 @@ info "GST_ARGS: $*"
6769
child=$!
6870
wait "$child"
6971

70-
endprocess
72+
endprocess

wrappers/gst-launch-1.0.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
export GST_DEBUG=1 #1: ERROR (Log fatal errors only).
4+
35
#########################
46
# VARS
57
#########################
@@ -67,4 +69,4 @@ info "GST_ARGS: $*"
6769
child=$!
6870
wait "$child"
6971

70-
endprocess
72+
endprocess

0 commit comments

Comments
 (0)