WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
226974
[GStreamer] gst_element_get_request_pad deprecated in 1.20
https://bugs.webkit.org/show_bug.cgi?id=226974
Summary
[GStreamer] gst_element_get_request_pad deprecated in 1.20
Philippe Normand
Reported
2021-06-14 08:43:13 PDT
[13/722] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/gstreamer/GStreamerAudioMixer.cpp.o ../../Source/WebCore/platform/graphics/gstreamer/GStreamerAudioMixer.cpp:98:31: warning: 'gst_element_get_request_pad' is deprecated: Use 'gst_element_request_pad_simple' instead [-Wdeprecated-declarations] auto mixerPad = adoptGRef(gst_element_get_request_pad(m_mixer.get(), "sink_%u")); ^ /var/home/phil/gst-build/subprojects/gstreamer/./gst/gstelement.h:1041:23: note: 'gst_element_get_request_pad' has been explicitly marked deprecated here extern __attribute__((__deprecated__("Use '" "gst_element_request_pad_simple" "' instead"))) ^ 1 warning generated.
Attachments
Patch
(2.78 KB, patch)
2021-06-14 08:44 PDT
,
Philippe Normand
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2021-06-14 08:44:55 PDT
Created
attachment 431329
[details]
Patch
EWS
Comment 2
2021-06-16 08:16:47 PDT
Committed
r278935
(
238866@main
): <
https://commits.webkit.org/238866@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 431329
[details]
.
Radar WebKit Bug Importer
Comment 3
2021-06-16 08:17:21 PDT
<
rdar://problem/79398445
>
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