Merge remote-tracking branch 'origin/5.5' into 5.6
Change-Id: I6d88b17f44479a522d181374023648dd007112bd
This commit is contained in:
@@ -65,7 +65,6 @@ public:
|
||||
~QGstAppSrc();
|
||||
|
||||
bool setup(GstElement *);
|
||||
bool isReady() const { return m_setup; }
|
||||
|
||||
void setStream(QIODevice *);
|
||||
QIODevice *stream() const;
|
||||
@@ -104,7 +103,6 @@ private:
|
||||
GstAppStreamType m_streamType;
|
||||
GstAppSrcCallbacks m_callbacks;
|
||||
qint64 m_maxBytes;
|
||||
bool m_setup;
|
||||
unsigned int m_dataRequestSize;
|
||||
bool m_dataRequested;
|
||||
bool m_enoughData;
|
||||
|
||||
Reference in New Issue
Block a user