Changeset 720
- Timestamp:
- 01/14/12 03:59:58 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/src/protocols/rtmp/basertmpprotocol.cpp
r719 r720 465 465 } else { 466 466 467 if (_streams[streamId]->GetType() != ST_NEUTRAL_RTMP) {468 FATAL("Try to play a stream over a non neutral stream: id: %u; type: %"PRIu64,469 streamId, _streams[streamId]->GetType());470 return NULL;471 }472 473 delete _streams[streamId];474 _streams[streamId] = NULL;467 if (_streams[streamId]->GetType() != ST_NEUTRAL_RTMP) { 468 FATAL("Try to play a stream over a non neutral stream: id: %u; type: %"PRIu64, 469 streamId, _streams[streamId]->GetType()); 470 return NULL; 471 } 472 473 delete _streams[streamId]; 474 _streams[streamId] = NULL; 475 475 } 476 476
Note: See TracChangeset
for help on using the changeset viewer.
