Merge branch 'development' into LTS_development
# Conflicts: # src/input/input.cpp # src/input/input_buffer.cpp # src/output/output.cpp # src/output/output_progressive_mp4.cpp # src/output/output_rtmp.cpp
This commit is contained in:
commit
ce1eef0885
2 changed files with 7 additions and 4 deletions
|
@ -510,7 +510,7 @@ namespace Mist {
|
|||
nProxy.curPage.erase(tid);
|
||||
bufferLocations[tid].erase(bufferLocations[tid].begin());
|
||||
}
|
||||
if (pushLocation.count(it->first)) {
|
||||
if (pushLocation.count(it->first)){
|
||||
// \todo Debugger says this is null sometimes. It shouldn't be. Figure out why!
|
||||
// For now, this if will prevent crashes in these cases.
|
||||
if (pushLocation[it->first]){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue