Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e6f47f5abf05a0fde8c175a98a30d5bd150d5f28
      
https://github.com/WebKit/WebKit/commit/e6f47f5abf05a0fde8c175a98a30d5bd150d5f28
  Author: Philippe Normand <[email protected]>
  Date:   2025-06-19 (Thu, 19 Jun 2025)

  Changed paths:
    M Source/WebCore/platform/mediarecorder/MediaRecorderPrivateGStreamer.cpp

  Log Message:
  -----------
  [GStreamer][MediaRecorder] Critical warnings at shutdown
https://bugs.webkit.org/show_bug.cgi?id=294664

Reviewed by Xabier Rodriguez-Calvar.

GstTranscoder uses a static name for its transcodebin element, which is not a 
bug per-se, but
might be source of trouble for our internal pipeline registry which tracks 
pipelines per
name. So rename the transcodebin with a unique name.

Also disconnect GObject signal handlers before disposing the transcoder.

* Source/WebCore/platform/mediarecorder/MediaRecorderPrivateGStreamer.cpp:
(WebCore::MediaRecorderPrivateBackend::~MediaRecorderPrivateBackend):
(WebCore::MediaRecorderPrivateBackend::preparePipeline):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to