[Webkit-unassigned] [Bug 226974] New: [GStreamer] gst_element_get_request_pad deprecated in 1.20

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 14 08:43:13 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226974

            Bug ID: 226974
           Summary: [GStreamer] gst_element_get_request_pad deprecated in
                    1.20
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pnormand at igalia.com

[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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210614/7657c7dd/attachment.htm>


More information about the webkit-unassigned mailing list