mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Create new Source type MultiFile
MultiFileSource plays a sequence of numbered images.
This commit is contained in:
2
Stream.h
2
Stream.h
@@ -33,7 +33,7 @@ public:
|
||||
/**
|
||||
* Open a media using gstreamer pipeline keyword
|
||||
* */
|
||||
void open(const std::string &gstreamer_description, int w = 1024, int h = 576);
|
||||
void open(const std::string &gstreamer_description, guint w = 1024, guint h = 576);
|
||||
/**
|
||||
* Get description string
|
||||
* */
|
||||
|
||||
Reference in New Issue
Block a user