Skip to content

Commit

Permalink
Merge pull request #15 from Telmate/PS-2221-FIX
Browse files Browse the repository at this point in the history
set default storage path
  • Loading branch information
avis authored Jul 24, 2018
2 parents fbbb6d2 + 55fe8e8 commit 8907002
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TelmateFrameGrabberOpenCVImpl::TelmateFrameGrabberOpenCVImpl() {
this->thrLoop = true;
this->snapInterval = 1000;
this->epName = "EP_NAME_UNINITIALIZED";
this->storagePath.clear(); //= NULL; /*"/tmp";*/
this->storagePath = "/tmp";
this->framesCounter = 0;
this->outputFormat = FGFMT_JPEG;
this->lastQueueTimeStamp = 0;
Expand All @@ -39,10 +39,8 @@ TelmateFrameGrabberOpenCVImpl::TelmateFrameGrabberOpenCVImpl() {

TelmateFrameGrabberOpenCVImpl::~TelmateFrameGrabberOpenCVImpl() {


GST_INFO("Destructor was called for %s", this->epName.c_str());


}

void TelmateFrameGrabberOpenCVImpl::cleanup() {
Expand Down

0 comments on commit 8907002

Please sign in to comment.