mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
moovida: various cleanup, more logging in debugmode
This commit is contained in:
parent
8531bbf309
commit
885e5d0d00
@ -13,11 +13,10 @@ args=""
|
|||||||
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
|
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
|
||||||
args="${args} ELISA_DEBUG=*:5"
|
args="${args} ELISA_DEBUG=*:5"
|
||||||
args="${args} GST_DEBUG_NO_COLOR=1"
|
args="${args} GST_DEBUG_NO_COLOR=1"
|
||||||
|
args="${args} GST_DEBUG=*:5"
|
||||||
args="${args} GST_DEBUG=GST_ELEMENT_FACTORY:3"
|
args="${args} GST_DEBUG=GST_ELEMENT_FACTORY:3"
|
||||||
args="${args} -l"
|
args="${args} -l"
|
||||||
fi
|
fi
|
||||||
# args="${args} GST_DEBUG=*:5"
|
|
||||||
# args="${args} GST_DEBUG=GST_ELEMENT_FACTORY:3"
|
|
||||||
|
|
||||||
if /usr/bin/test "${ELISA_FULLSCREEN}" = "yes" ; then
|
if /usr/bin/test "${ELISA_FULLSCREEN}" = "yes" ; then
|
||||||
args="${args} -f -t"
|
args="${args} -f -t"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user