Skip to content

Commit

Permalink
Testing Storage Set
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi Saranga committed Jul 24, 2018
1 parent 0773c6d commit d9daf73
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 d9daf73

Please sign in to comment.