Skip to content

Commit acb51c9

Browse files
committed
fix(video): remove invalid isDmaBuf override on GstDmaBufVideoBuffer
salvage: rebased of Ryanf55#14365 (credit @Ryanf55) after HwBuffers layout moved under dmabuf/. Base GstHwVideoBuffer / QHwVideoBuffer no longer declare isDmaBuf(), so override fails to compile.
1 parent 6487625 commit acb51c9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/VideoManager/VideoReceiver/GStreamer/HwBuffers/dmabuf/GstDmaBufVideoBuffer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ class GstDmaBufVideoBuffer final : public GstHwVideoBuffer
1919
GstDmaBufVideoBuffer(GstSample* sample, const GstVideoInfo& videoInfo, const QVideoFrameFormat& format,
2020
EGLDisplay eglDisplay);
2121

22-
bool isDmaBuf() const override { return true; }
23-
2422
QVideoFrameTexturesUPtr mapTextures(QRhi& rhi, QVideoFrameTexturesUPtr& oldTextures) override;
2523
bool validatePlaneHandles() const override;
2624

0 commit comments

Comments
 (0)