mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
BugFix: PatternSource pattern type is unsigned and undefined when
created
This commit is contained in:
2
Mixer.h
2
Mixer.h
@@ -40,7 +40,7 @@ public:
|
||||
Source * createSourceClone (const std::string &namesource = "");
|
||||
Source * createSourceRender ();
|
||||
Source * createSourceStream (const std::string &gstreamerpipeline);
|
||||
Source * createSourcePattern(int pattern, glm::ivec2 res);
|
||||
Source * createSourcePattern(uint pattern, glm::ivec2 res);
|
||||
Source * createSourceDevice (const std::string &namedevice);
|
||||
|
||||
// operations on sources
|
||||
|
||||
Reference in New Issue
Block a user