Save & load GenericStrreamSource

This commit is contained in:
Bruno Herbelin
2021-12-31 13:30:51 +01:00
parent fda62314f9
commit d5092b1765
6 changed files with 34 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ class GenericStreamSource : public StreamSource
std::list<std::string> gst_elements_;
public:
GenericStreamSource();
GenericStreamSource(uint64_t id = 0);
// Source interface
void accept (Visitor& v) override;