GNU bug report logs - #59569
[PATCH 0/2] nheko: Support video calls

Previous Next

Package: guix-patches;

Reported by: Martin Schmidt <martin.schmidt13 <at> gmx.de>

Date: Fri, 25 Nov 2022 10:59:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


Message #23 received at 59569 <at> debbugs.gnu.org (full text, mbox):

From: Martin Schmidt <martin.schmidt13 <at> gmx.de>
To: 59569 <at> debbugs.gnu.org
Cc: Martin Schmidt <martin.schmidt13 <at> gmx.de>
Subject: [PATCH v2 2/2] gnu: nheko: Support video calls.
Date: Sat, 26 Nov 2022 18:35:55 +0100
* gnu/packages/messaging.scm (nheko)[inputs]: Replace
  GST-PLUGINS-GOOD with GST-PLUGINS-GOOD-QT to fix video
  calls.
---
 gnu/packages/messaging.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 9927c7c323..d23118cce8 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2459,7 +2459,7 @@ (define-public nheko
            curl
            gst-plugins-base
            gst-plugins-bad              ; sdp & webrtc for voip
-           gst-plugins-good             ; rtpmanager for voip
+           gst-plugins-good-qt          ; rtpmanager for voip
            json-modern-cxx
            libevent
            libnice                      ; for voip
--
2.38.1





This bug report was last modified 2 years and 156 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.