From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: media: meson: vdec: Condition buffer flushing on queue type in start_streaming Date: Thu, 04 Jun 2026 15:48:46 +1000 Message-ID: In-Reply-To: <20260530094326.11892-5-linux.amoon@gmail.com> References: <20260530094326.11892-1-linux.amoon@gmail.com> <20260530094326.11892-5-linux.amoon@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **Good:** This is a correct and clean fix. If one queue was already streaming, blindly flushing both queues' buffers on the other queue's failure is wrong. The fix correctly only returns buffers from the queue that failed. No issues with this patch. --- Generated by Claude Code Patch Reviewer