[webkit-changes] [WebKit/WebKit] 3e1dc7: [GStreamer][WebRTC] Don't attempt to parse colorsp...

Philippe Normand noreply at github.com
Tue Jan 31 03:22:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3e1dc777d5946a4e787c0b54eeb7efda943201db
      https://github.com/WebKit/WebKit/commit/3e1dc777d5946a4e787c0b54eeb7efda943201db
  Author: Philippe Normand <philn at igalia.com>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/gstreamer/VideoFrameGStreamer.cpp

  Log Message:
  -----------
  [GStreamer][WebRTC] Don't attempt to parse colorspace information on incoming RTP video buffers
https://bugs.webkit.org/show_bug.cgi?id=251361

Reviewed by Xabier Rodriguez-Calvar.

Incoming video frames are wrapped in RTP payloads, so we can't use the usual caps->VideoInfo code
paths. Parsing the RTP buffer would require a mini-depayloader, which doesn't seem worth the effort
for the time being.

* Source/WebCore/platform/graphics/gstreamer/VideoFrameGStreamer.cpp:
(WebCore::VideoFrameGStreamer::create):

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




More information about the webkit-changes mailing list