Unified identifyer mechanism (tested and confirmed to produce unique

integer < MAX_INT)
This commit is contained in:
brunoherbelin
2020-08-20 20:51:42 +02:00
parent d7f6461415
commit 13867e2192
5 changed files with 20 additions and 22 deletions

View File

@@ -72,7 +72,7 @@ public:
/**
* Constructor of a GStreamer Media Player
*/
MediaPlayer( std::string name = std::string() );
MediaPlayer();
/**
* Destructor.
*/
@@ -240,7 +240,7 @@ public:
private:
// video player description
std::string id_;
int id_;
std::string filename_;
std::string uri_;
guint textureindex_;