[webkit-changes] [WebKit/WebKit] da63f4: [GStreamer] Make explicit usage of ASCIILiteral ch...

Philippe Normand noreply at github.com
Fri Sep 13 01:23:09 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: da63f4dd222d29fe6c17d36d6f76b80eb4167f09
      https://github.com/WebKit/WebKit/commit/da63f4dd222d29fe6c17d36d6f76b80eb4167f09
  Author: Philippe Normand <philn at igalia.com>
  Date:   2024-09-13 (Fri, 13 Sep 2024)

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

  Log Message:
  -----------
  [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