mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
qt6: Remove unused field
``` In file included from ../subprojects/gst-plugins-good/ext/qt6/gstqsg6material.cc:31: ../subprojects/gst-plugins-good/ext/qt6/gstqsg6material.h:69:17: error: private field 'mem_' is not used [-Werror,-Wunused-private-field] 69 | GstMemory * mem_; | ^ ``` Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7414>
This commit is contained in:
parent
864faa34cd
commit
2385a2e68d
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ private:
|
|||
bool buffer_was_bound;
|
||||
GWeakRef qt_context_ref_;
|
||||
GstBuffer * sync_buffer_;
|
||||
GstMemory * mem_;
|
||||
GstVideoInfo v_info;
|
||||
GstGLTextureTarget tex_target;
|
||||
GstVideoFrame v_frame;
|
||||
|
|
Loading…
Reference in a new issue