Author: agrundman
Date: Wed May 26 19:19:45 2010
New Revision: 8828

URL: http://svn.slimdevices.com/jive?rev=8828&view=rev
Log:
 r71...@macbookpro-eth (orig r8826):  agrundman | 2010-05-26 20:47:51 -0400
 Bug 16256, disable fade-out for now

Modified:
    7.6/trunk/   (props changed)
    7.6/trunk/squeezeplay/src/squeezeplay/src/audio/decode/decode_output.c

Propchange: 7.6/trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Wed May 26 19:19:45 2010
@@ -13,7 +13,7 @@
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.4/private-branches/fab4-skin:4552
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.4/private-branches/new-alsa:6567
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.4/trunk:8423
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.5/trunk:8817
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.5/trunk:8826
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:2013
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 7.6/trunk/squeezeplay/src/squeezeplay/src/audio/decode/decode_output.c
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/src/audio/decode/decode_output.c?rev=8828&r1=8827&r2=8828&view=diff
==============================================================================
--- 7.6/trunk/squeezeplay/src/squeezeplay/src/audio/decode/decode_output.c 
(original)
+++ 7.6/trunk/squeezeplay/src/squeezeplay/src/audio/decode/decode_output.c Wed 
May 26 19:19:45 2010
@@ -535,7 +535,12 @@
        if (decode_transition_type & TRANSITION_FADE_OUT 
            && decode_transition_period
            && decode_audio->state & DECODE_STATE_RUNNING) {
+               /*
+               XXX Bug 16256, fade-out can take too long and stall the audio,
+               disabling this until a proper fix is implemented.
+               
                decode_fade_out();
+               */
        }
 }
 

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to