Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9148a433d5024dad79a5f686b13ffb2ac93aa3ee
      
https://github.com/WebKit/WebKit/commit/9148a433d5024dad79a5f686b13ffb2ac93aa3ee
  Author: Diego Pino Garcia <[email protected]>
  Date:   2024-11-13 (Wed, 13 Nov 2024)

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

  Log Message:
  -----------
  [GCC] Unreviewed, build fix for Debian-12 ARM32 after 286527@main
https://bugs.webkit.org/show_bug.cgi?id=270638

GCC-12 returned a build error:

error: invalid cast from type 'size_t' {aka 'unsigned int'} to type
'WebCore::TrackID'

Replace 'reinterpret_cast' for 'static_cast' since both types
are compatible.

* Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to