mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
New Session class to contain the list of sources. Loading and Saving of
session files in XML. Verified deletion of Nodes, Groups and Sources.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "Resource.h"
|
||||
#include "Visitor.h"
|
||||
#include "UserInterfaceManager.h"
|
||||
#include "SystemToolkit.h"
|
||||
#include "GstToolkit.h"
|
||||
|
||||
// Desktop OpenGL function loader
|
||||
@@ -28,7 +29,7 @@
|
||||
MediaPlayer::MediaPlayer(string name) : id_(name)
|
||||
{
|
||||
if (std::empty(id_))
|
||||
id_ = GstToolkit::date_time_string();
|
||||
id_ = SystemToolkit::date_time_string();
|
||||
|
||||
uri_ = "undefined";
|
||||
pipeline_ = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user