RESOLVED FIXED242644
[GStreamer][VideoCapture] VideoTrackPrivateGStreamer: Only enqueueTask in callbacks when not on MainThread
https://bugs.webkit.org/show_bug.cgi?id=242644
Summary [GStreamer][VideoCapture] VideoTrackPrivateGStreamer: Only enqueueTask in cal...
James Hilliard
Reported 2022-07-12 11:45:33 PDT
If we receive a callback while isMainThread() is already true we should execute the callback function directly as AbortableTaskQueue expects isMainThread() to be false.
Attachments
James Hilliard
Comment 1 2022-07-12 11:50:41 PDT
Note You need to log in before you can comment on or make changes to this bug.