mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 03:09:57 +01:00
Implementation of new type of source: Pattern generator (GUI, icons,
saving). A new class for gstreamer stream (Stream) is defined for generic pipeline sources; to be integrated (inheritance) into MediaPlayer.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include "Source.h"
|
||||
|
||||
class MediaPlayer;
|
||||
|
||||
class MediaSource : public Source
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user