Create Device Source and integration of Stream

This commit is contained in:
brunoherbelin
2020-09-21 22:41:20 +02:00
parent 519baf7a3b
commit 9251aff19f
10 changed files with 323 additions and 21 deletions

View File

@@ -65,6 +65,10 @@ public:
* True if its an image
* */
bool singleFrame() const;
/**
* True if its a live stream
* */
bool live() const;
/**
* Pause / Play
* Can play backward if play speed is negative
@@ -115,6 +119,7 @@ protected:
guint width_;
guint height_;
bool single_frame_;
bool live_;
// GST & Play status
GstState desired_state_;