Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion core/data_provider/VrsDataProviderFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ void VrsDataProviderFactory::addPlayers() {
const SensorDataType sensorDataType = getSensorDataType(streamId.getTypeId());

// Define a lambda that sets the StreamPlayer to the reader and log its streamId
auto setStreamAndLog = [=](const vrs::StreamId, vrs::RecordFormatStreamPlayer* player) -> void {
auto setStreamAndLog = [=, this](
const vrs::StreamId, vrs::RecordFormatStreamPlayer* player) -> void {
reader_->setStreamPlayer(streamId, player);
XR_LOGI(
"streamId {}/{} activated",
Expand Down