Merge branch 'development' into LTS_development
# Conflicts: # src/output/output.h
This commit is contained in:
commit
dc8bae8dd3
10 changed files with 80 additions and 30 deletions
|
@ -46,7 +46,7 @@ namespace Mist{
|
|||
cfg->addOption("noinput", option);
|
||||
}
|
||||
|
||||
void Output::bufferLivePacket(DTSC::Packet & packet){
|
||||
void Output::bufferLivePacket(const DTSC::Packet & packet){
|
||||
if (!pushIsOngoing){
|
||||
waitForStreamPushReady();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue