Ignore:
Timestamp:
08/24/10 07:51:02 (21 months ago)
Author:
shiretu
Message:

-- android related

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/applications/applestreamingclient/src/protocols/m3u8/basem3u8protocol.cpp

    r81 r96  
    5858                                STR(pHttpProtocol->GetHeaders().ToString())); 
    5959                FATAL("Additional data:\n%s", STR(GetCustomParameters().ToString())); 
    60                 return false; 
     60                if (!SignalPlaylistFailed()) { 
     61                        FATAL("Unable to signal playlist available"); 
     62                        return false; 
     63                } 
     64                buffer.IgnoreAll(); 
     65                EnqueueForDelete(); 
     66                return true; 
    6167        } 
    6268 
Note: See TracChangeset for help on using the changeset viewer.