mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Cleanup of Session loading, saving, embedding in source and added option
to make sessionSource the current Session.
This commit is contained in:
@@ -26,11 +26,9 @@ MediaSource::MediaSource() : Source(), path_("")
|
||||
|
||||
MediaSource::~MediaSource()
|
||||
{
|
||||
// TODO delete media surface with visitor
|
||||
// delete media surface & player
|
||||
delete mediasurface_;
|
||||
|
||||
delete mediaplayer_;
|
||||
// TODO verify that all surfaces and node is deleted in Source destructor
|
||||
}
|
||||
|
||||
void MediaSource::setPath(const std::string &p)
|
||||
|
||||
Reference in New Issue
Block a user