FIX: [STUDIO-2340] [STUDIO-2297] handle linux gstreamer error

Change-Id: Iadc6dcb9d7a9f2c5d1ce9cf979bbbfbd0f805d19
This commit is contained in:
chunmao.guo 2023-03-06 16:02:57 +08:00 committed by Lane.Wei
parent 0e3364a415
commit a401c0fa2e
4 changed files with 37 additions and 10 deletions

View file

@ -65,7 +65,7 @@ public:
void SetIdleImage(wxString const & image);
int GetLastError() const { return m_error; }
int GetLastError() const;
wxSize GetVideoSize() const;
@ -83,6 +83,7 @@ protected:
private:
wxString m_idle_image;
int m_error = 0;
bool m_loaded = false;
};
#endif