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

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

  Log Message:
  -----------
  Cherry-pick 283605@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
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to