[neon/neon-packaging/kpipewire/Neon/stable] debian/patches: Revert "patch from https://invent.kde.org/plasma/kpipewire/-/merge_requests/163/diffs"
Jonathan Riddell
null at kde.org
Sun Aug 25 16:15:31 BST 2024
Git commit c0fc45049b88fc686aabae3ecf58be3c2619b404 by Jonathan Riddell.
Committed on 25/08/2024 at 15:15.
Pushed by jriddell into branch 'Neon/stable'.
Revert "patch from https://invent.kde.org/plasma/kpipewire/-/merge_requests/163/diffs"
This reverts commit 19c57e78637d48c9cacad32da0cb9dc5d3c0adda.
D +0 -19 debian/patches/163.diff
D +0 -1 debian/patches/series
https://invent.kde.org/neon/neon-packaging/kpipewire/-/commit/c0fc45049b88fc686aabae3ecf58be3c2619b404
diff --git a/debian/patches/163.diff b/debian/patches/163.diff
deleted file mode 100644
index c4d4b87..0000000
--- a/debian/patches/163.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/src/pipewiresourcestream.cpp b/src/pipewiresourcestream.cpp
-index f4fc63ee36844ce6db65bee71d4fe37a322b0f12..6f8242aca6dc29d1554dd22af42274682029ef33 100644
---- a/src/pipewiresourcestream.cpp
-+++ b/src/pipewiresourcestream.cpp
-@@ -685,6 +685,14 @@ void PipeWireSourceStream::coreFailed(const QString &errorMessage)
-
- void PipeWireSourceStream::process()
- {
-+#if !PW_CHECK_VERSION(0, 3, 73)
-+ if (Q_UNLIKELY(!d->pwStream)) {
-+ // Assuming it's caused by https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3314
-+ qCDebug(PIPEWIRE_LOGGING) << "stream was terminated before processing buffer";
-+ return;
-+ }
-+#endif
-+
- pw_buffer *buf = pw_stream_dequeue_buffer(d->pwStream);
- if (!buf) {
- qCDebug(PIPEWIRE_LOGGING) << "out of buffers";
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 556bd3c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-163.diff
More information about the Neon-commits
mailing list