Advertisement
svenhoefer

Untitled

Oct 15th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.56 KB | None | 0 0
  1. diff --git a/skel-root/axtech/ax/etc/init.d/start_neutrino b/skel-root/axtech/ax/etc/init.d/start_neutrino
  2. index 1eb07e7..2ba5da6 100755
  3. --- a/skel-root/axtech/ax/etc/init.d/start_neutrino
  4. +++ b/skel-root/axtech/ax/etc/init.d/start_neutrino
  5. @@ -6,7 +6,12 @@ if [ -e /var/etc/.coredump ]; then
  6.         ulimit -c unlimited
  7.  fi
  8.  
  9. -until neutrino; do
  10. +GST_DEBUG=
  11. +if [ -e /var/etc/.gst_debug ]; then
  12. +       GST_DEBUG=dtsdownmix:4,dvbaudiosink:4,dvbvideosink:4
  13. +fi
  14. +
  15. +until $GST_DEBUG neutrino; do
  16.         RET=$?
  17.  
  18.         echo "Neutrino exited with exit code $RET"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement