guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: gst-plugins-bad: Add support for Secure Reliable Transport (


From: guix-commits
Subject: 04/04: gnu: gst-plugins-bad: Add support for Secure Reliable Transport (SRT).
Date: Tue, 13 Oct 2020 16:51:39 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit ada061c12ac86b430a6fdfc662cd9cb4217da67c
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Oct 12 23:25:28 2020 -0400

    gnu: gst-plugins-bad: Add support for Secure Reliable Transport (SRT).
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add srt-1.4.1.
---
 gnu/packages/gstreamer.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 12b37ffe..a3334b1 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -723,6 +723,8 @@ model to base your own plug-in on, here it is.")
        ;("qtdeclarative" ,qtdeclarative)
        ;("qtx11extras" ,qtx11extras)
        ("soundtouch" ,soundtouch)
+       ;; GStreamer is not yet compatible with srt > 1.4.1.
+       ("srt" ,srt-1.4.1)
        ("x265" ,x265)
        ("wayland" ,wayland)))
     (home-page "https://gstreamer.freedesktop.org/";)



reply via email to

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