Changeset 96 for trunk/sources/applications/applestreamingclient/src/protocols/m3u8/basem3u8protocol.cpp
- Timestamp:
- 08/24/10 07:51:02 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/applications/applestreamingclient/src/protocols/m3u8/basem3u8protocol.cpp
r81 r96 58 58 STR(pHttpProtocol->GetHeaders().ToString())); 59 59 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; 61 67 } 62 68
Note: See TracChangeset
for help on using the changeset viewer.
