[webkit-changes] [WebKit/WebKit] 25fd48: [GStreamer][WebRTC] Minor cleanups in IncomingSour...

Philippe Normand noreply at github.com
Mon Nov 7 03:14:08 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 25fd4849d5a2c72c90733a1e5eb46d9b5acf1c69
      https://github.com/WebKit/WebKit/commit/25fd4849d5a2c72c90733a1e5eb46d9b5acf1c69
  Author: Philippe Normand <philn at igalia.com>
  Date:   2022-11-07 (Mon, 07 Nov 2022)

  Changed paths:
    M Source/WebCore/platform/mediastream/gstreamer/RealtimeIncomingSourceGStreamer.cpp
    M Source/WebCore/platform/mediastream/gstreamer/RealtimeIncomingSourceGStreamer.h
    M Source/WebCore/platform/mediastream/gstreamer/RealtimeIncomingVideoSourceGStreamer.cpp

  Log Message:
  -----------
  [GStreamer][WebRTC] Minor cleanups in IncomingSourceGStreamer
https://bugs.webkit.org/show_bug.cgi?id=247423

Reviewed by Xabier Rodriguez-Calvar.

There is no need for a queue between the valve and the tee. Utility methods for opening/closing now
un-needed were removed as well.

* Source/WebCore/platform/mediastream/gstreamer/RealtimeIncomingSourceGStreamer.cpp:
(WebCore::RealtimeIncomingSourceGStreamer::RealtimeIncomingSourceGStreamer):
(WebCore::RealtimeIncomingSourceGStreamer::startProducingData):
(WebCore::RealtimeIncomingSourceGStreamer::stopProducingData):
(WebCore::RealtimeIncomingSourceGStreamer::closeValve const): Deleted.
(WebCore::RealtimeIncomingSourceGStreamer::openValve const): Deleted.
* Source/WebCore/platform/mediastream/gstreamer/RealtimeIncomingSourceGStreamer.h:
* Source/WebCore/platform/mediastream/gstreamer/RealtimeIncomingVideoSourceGStreamer.cpp:

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




More information about the webkit-changes mailing list