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:
brunoherbelin
2020-05-02 13:26:57 +02:00
parent bdb092dddb
commit cc03e7b7cd
33 changed files with 1033 additions and 377 deletions

View File

@@ -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;