guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: nheko: Support video calls.


From: guix-commits
Subject: 03/09: gnu: nheko: Support video calls.
Date: Tue, 13 Dec 2022 08:44:04 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 34cf5e06a9acd021d1233587e140759bba452b35
Author: Martin Schmidt <martin.schmidt13@gmx.de>
AuthorDate: Sat Nov 26 18:35:55 2022 +0100

    gnu: nheko: Support video calls.
    
    * gnu/packages/messaging.scm (nheko)[inputs]: Replace GST-PLUGINS-GOOD with
    GST-PLUGINS-GOOD-QT to fix video calls.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 fd7cbf921d..8b35480400 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2459,7 +2459,7 @@ for the Matrix protocol.  It is built on to of 
@code{Boost.Asio}.")
            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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]