Skip to content

Commit

Permalink
Merge pull request #22 from Telmate/PS-2221-FIX
Browse files Browse the repository at this point in the history
Testing Storage Set
  • Loading branch information
avis authored Jul 24, 2018
2 parents 7a1ec19 + d9daf73 commit 24ef688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void TelmateFrameGrabberOpenCVImpl::queueHandler() {
std::to_string((long) this->framesCounter) + "_" + ptrVf->ts + image_extension;


if(this->storagePath.compare(this->prevStoragePath)) {
if(this->storagePath != this->prevStoragePath) {
this->storagePathSubdir.clear();
GST_INFO("Storage path has changed. old storage path: %s. new storage path: %s",this->prevStoragePath.c_str(), this->storagePathSubdir.c_str());

Expand Down

0 comments on commit 24ef688

Please sign in to comment.