moovida: various cleanup, more logging in debugmode

This commit is contained in:
Stephan Raue 2009-09-09 20:20:41 +02:00
parent 8531bbf309
commit 885e5d0d00

View File

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