]> git.pld-linux.org Git - packages/qt5-qtwebkit.git/blob - qt5-qtwebkit-gstreamer.patch
icu rebuild; rel 7
[packages/qt5-qtwebkit.git] / qt5-qtwebkit-gstreamer.patch
1 --- qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp.orig   2020-03-04 18:16:37.000000000 +0100
2 +++ qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp        2022-06-28 19:21:04.705394935 +0200
3 @@ -230,7 +230,7 @@ void AudioFileReader::handleNewDeinterle
4          [](GstAppSink* sink, gpointer userData) -> GstFlowReturn {
5              return static_cast<AudioFileReader*>(userData)->handleSample(sink);
6          },
7 -        { nullptr }
8 +        nullptr // new_event
9      };
10      gst_app_sink_set_callbacks(GST_APP_SINK(sink), &callbacks, this, 0);
11  
This page took 0.03008 seconds and 3 git commands to generate.