gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [patch #8129] Fix for bug 35545


From: Bastiaan Jacques
Subject: [Gnash-commit] [patch #8129] Fix for bug 35545
Date: Wed, 24 Jul 2013 22:36:59 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

Follow-up Comment #1, patch #8129 (project gnash):

I think the patch needs a minor modification, because the other user of
sound_hander (embedded sound) uses negative loopCount values to legitimately
loop sounds forever. So it would be best, I think, to assign loop a value of
std::max(0, loop)  in libcore/asobj/Sound_as.cpp (replacing the current
'sanity check' in sound_start()).

Could you please update your patch with this change?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8129>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]