mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-18 21:59:58 +01:00
Centralizing and unifying the generator of object identifiers.
This commit is contained in:
6
Stream.h
6
Stream.h
@@ -26,6 +26,10 @@ public:
|
||||
* Destructor.
|
||||
*/
|
||||
~Stream();
|
||||
/**
|
||||
* Get unique id
|
||||
*/
|
||||
inline int id() const { return id_; }
|
||||
/**
|
||||
* Open a media using gstreamer pipeline keyword
|
||||
* */
|
||||
@@ -108,8 +112,6 @@ public:
|
||||
* */
|
||||
void accept(Visitor& v);
|
||||
|
||||
int id() const;
|
||||
|
||||
protected:
|
||||
|
||||
// video player description
|
||||
|
||||
Reference in New Issue
Block a user