mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Unified identifyer mechanism (tested and confirmed to produce unique
integer < MAX_INT)
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user