GST_DEBUG env var (#108)

* Add gstreamer error debugging
pull/144/head
Alex 3 years ago committed by GitHub
parent 18e03a1869
commit e9347ac1d8

@ -1,5 +1,7 @@
#!/bin/bash
export GST_DEBUG=1 #1: ERROR (Log fatal errors only).
#########################
# VARS
#########################

@ -1,5 +1,7 @@
#!/bin/bash
export GST_DEBUG=1 #1: ERROR (Log fatal errors only).
#########################
# VARS
#########################

Loading…
Cancel
Save