[webkit-changes] [WebKit/WebKit] 0af0ad: [GStreamer][MediaStream] Do not initialize on tear...

Loïc Yhuel noreply at github.com
Tue Jan 9 03:06:44 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0af0ad4fe5bfc67d224672b4b2120493c3bd4483
      https://github.com/WebKit/WebKit/commit/0af0ad4fe5bfc67d224672b4b2120493c3bd4483
  Author: Loïc Yhuel <loic.yhuel at softathome.com>
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
    M Source/WebCore/platform/mediastream/gstreamer/GStreamerCaptureDeviceManager.cpp

  Log Message:
  -----------
  [GStreamer][MediaStream] Do not initialize on teardown
https://bugs.webkit.org/show_bug.cgi?id=267234

Reviewed by Philippe Normand.

The capture device managers were created on exit, including possibly a full GStreamer init.

* Source/WebCore/platform/mediastream/gstreamer/GStreamerCaptureDeviceManager.cpp:
(WebCore::GStreamerAudioCaptureDeviceManager::singleton):
(WebCore::GStreamerVideoCaptureDeviceManager::singleton):
(WebCore::teardownGStreamerCaptureDeviceManagers):

Canonical link: https://commits.webkit.org/272804@main




More information about the webkit-changes mailing list