video_capture: move capture_checker check after StopCapture in V4L2 dtor Before: The V4L2 capture destructor ran `RTC_CHECK_RUNS_SERIALIZED(&capture_checker_)` before `StopCapture()`, which can assert while the capture thread is still active. After: The destructor now calls `StopCapture()` first, then validates serialized access, with an explanatory comment about the capture thread lifecycle. Bug: webrtc:479850459 Change-Id: I147b55bf0f1592586290dcdeba6efc3f1025406a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/444800 Reviewed-by: Jan Grulich <grulja@gmail.com> Reviewed-by: Evan Shrubsole <eshr@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Jan Grulich <grulja@gmail.com> Cr-Commit-Position: refs/heads/main@{#46866}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.