Skip to content

Commit

Permalink
Separate log files for each captured session in videocapture/screenca…
Browse files Browse the repository at this point in the history
…pture utilities based on spdlog, WiP #73
  • Loading branch information
vmdocua committed Feb 13, 2024
1 parent 79c8f97 commit 178bf6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Capture/capturelib/src/CaptureLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ namespace reprostim {
lname.find("Magewell") != std::string::npos) {
_VERBOSE("Found target audio card: " << card);
std::ostringstream ostm;
ostm << "hw:" << card << ",0";
res = ostm.str();
ostm << "hw:" << card << ",1";
res = ostm.str();
break;
}
}
Expand Down Expand Up @@ -492,5 +492,4 @@ namespace reprostim {
}
}


} // reprostim
} // reprostim
2 changes: 1 addition & 1 deletion Capture/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0.42
1.1.0.43

0 comments on commit 178bf6f

Please sign in to comment.