Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 164aa4e39b317d71cbd408dcaa124282838b4d2f
      
https://github.com/WebKit/WebKit/commit/164aa4e39b317d71cbd408dcaa124282838b4d2f
  Author: Philippe Normand <ph...@igalia.com>
  Date:   2023-08-16 (Wed, 16 Aug 2023)

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

  Log Message:
  -----------
  [GStreamer][WebCodecs] Refactor to push samples on the harness
https://bugs.webkit.org/show_bug.cgi?id=260037

Reviewed by Xabier Rodriguez-Calvar.

This delays the element harness startup until the first decode task is fired. 
It's also in line with
the upcoming audio decoder workflow and potentially more future-proof, 
specially if we plan to
support reverse decoding later on.

* Source/WebCore/platform/graphics/gstreamer/VideoDecoderGStreamer.cpp:
(WebCore::GStreamerInternalVideoDecoder::isConfigured const):
(WebCore::GStreamerVideoDecoder::create):
(WebCore::GStreamerInternalVideoDecoder::GStreamerInternalVideoDecoder):
(WebCore::GStreamerInternalVideoDecoder::decode):
(WebCore::GStreamerInternalVideoDecoder::isStarted const): Deleted.

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to