[webkit-changes] [WebKit/WebKit] 74e536: Cherry-pick 283605 at main (da63f4dd222d). https://bu...

Philippe Normand noreply at github.com
Mon Sep 16 02:00:44 PDT 2024


  Branch: refs/heads/webkitglib/2.46
  Home:   https://github.com/WebKit/WebKit
  Commit: 74e536eb47856a852012128e56d76021a662d3f0
      https://github.com/WebKit/WebKit/commit/74e536eb47856a852012128e56d76021a662d3f0
  Author: Philippe Normand <philn at igalia.com>
  Date:   2024-09-16 (Mon, 16 Sep 2024)

  Changed paths:
    M Source/WebCore/platform/gstreamer/VideoEncoderPrivateGStreamer.cpp

  Log Message:
  -----------
  Cherry-pick 283605 at main (da63f4dd222d). https://bugs.webkit.org/show_bug.cgi?id=279592

    [GStreamer] Make explicit usage of ASCIILiteral characters() in VideoEncoder
    https://bugs.webkit.org/show_bug.cgi?id=279592

    Reviewed by Xabier Rodriguez-Calvar.

    Various variables were switched from const char* to ASCIILiteral but the translation back to const
    char* values was implicitely done using the const char* ASCIILiteral operator.

    * Source/WebCore/platform/gstreamer/VideoEncoderPrivateGStreamer.cpp:
    (Encoders::registerEncoder):
    (videoEncoderGetProperty):
    (videoEncoderSetProperty):
    (setBitrateKbitPerSec):
    (setBitrateBitPerSec):
    (webkit_video_encoder_class_init):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list