WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
245074
[GStreamer] GCC warnings in RegistryScanner
https://bugs.webkit.org/show_bug.cgi?id=245074
Summary
[GStreamer] GCC warnings in RegistryScanner
Philippe Normand
Reported
2022-09-12 06:57:20 PDT
/app/webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp: In member function 'void WebCore::GStreamerRegistryScanner::fillVideoRtpCapabilities(WebCore::GStreamerRegistryScanner::Configuration, WebCore::RTCRtpCapabilities&)': /app/webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:819:35: warning: missing initializer for member 'WebCore::RTCRtpCodecCapability::channels' [-Wmissing-field-initializers] 819 | # 143 "/usr/include/x86_64-linux-gnu/bits/types.h" 2 3 4 | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 820 | | /app/webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:821:35: warning: missing initializer for member 'WebCore::RTCRtpCodecCapability::channels' [-Wmissing-field-initializers] 821 | | ^ 822 | typedef unsigned long int __dev_t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:823:35: warning: missing initializer for member 'WebCore::RTCRtpCodecCapability::channels' [-Wmissing-field-initializers] 823 | typedef unsigned int __uid_t; | ~~~~~~~~~~~~~~~~~~~~~ ^ 824 | typedef unsigned int __gid_t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:825:35: warning: missing initializer for member 'WebCore::RTCRtpCodecCapability::channels' [-Wmissing-field-initializers] 825 | typedef unsigned long int __ino_t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ 826 | typedef unsigned long int __ino64_t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:827:35: warning: missing initializer for member 'WebCore::RTCRtpCodecCapability::channels' [-Wmissing-field-initializers] 827 | typedef unsigned int __mode_t; | ~~~~~~~~~~~~~~~~~~~~~~ ^ 828 | typedef unsigned long int __nlink_t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:829:35: warning: missing initializer for member 'WebCore::RTCRtpCodecCapability::channels' [-Wmissing-field-initializers] 829 | typedef long int __off_t; | ~~~~~~~~~~~~~~~~~ ^ 830 | typedef long int __off64_t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:831:35: warning: missing initializer for member 'WebCore::RTCRtpCodecCapability::channels' [-Wmissing-field-initializers] 831 | typedef int __pid_t; | ~~~~~~~~~~~~ ^ 832 | typedef struct { int __val[2]; } __fsid_t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:833:35: warning: missing initializer for member 'WebCore::RTCRtpCodecCapability::channels' [-Wmissing-field-initializers] 833 | typedef long int __clock_t; | ~~~~~~~~~~~~~~~~~~~ ^ 834 | typedef unsigned long int __rlim_t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:841:35: warning: missing initializer for member 'WebCore::RTCRtpCodecCapability::channels' [-Wmissing-field-initializers] 841 | | ^ /app/webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:841:35: warning: missing initializer for member 'WebCore::RTCRtpCodecCapability::sdpFmtpLine' [-Wmissing-field-initializers] /app/webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:846:35: warning: missing initializer for member 'WebCore::RTCRtpCodecCapability::channels' [-Wmissing-field-initializers] 846 | typedef int __clockid_t; | ~~~~~~~~~~~~~~~~ ^ /app/webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:847:35: warning: missing initializer for member 'WebCore::RTCRtpCodecCapability::channels' [-Wmissing-field-initializers] 847 | | ^
Attachments
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2022-09-13 03:35:37 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/4301
EWS
Comment 2
2022-09-13 06:42:00 PDT
Committed
254434@main
(c14914bac41b): <
https://commits.webkit.org/254434@main
> Reviewed commits have been landed. Closing PR #4301 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug