File gst-1.24.patch of Package libqt5-qtwebkit
Index: qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp
===================================================================
--- qtwebkit-5.212.0-alpha4.orig/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp
+++ qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp
@@ -234,6 +234,10 @@ void AudioFileReader::handleNewDeinterle
// new_event
nullptr,
#endif
+#if GST_CHECK_VERSION(1, 24, 0)
+ // propose_allocation
+ nullptr,
+#endif
{ nullptr }
};
gst_app_sink_set_callbacks(GST_APP_SINK(sink), &callbacks, this, 0);