guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: gst-plugins-bad: Build with the latest SRT.


From: guix-commits
Subject: 03/06: gnu: gst-plugins-bad: Build with the latest SRT.
Date: Tue, 5 Oct 2021 13:53:31 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b43a6b32e0f63b50626536158372479ab996fa1f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Oct 4 23:52:15 2021 +0200

    gnu: gst-plugins-bad: Build with the latest SRT.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Change from 
SRT-1.4.1
    to SRT.
---
 gnu/packages/gstreamer.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 3f5edbe..73ae2c9 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -777,8 +777,7 @@ 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)
+       ("srt" ,srt)
        ("usrsctp" ,usrsctp)
        ("x265" ,x265)
        ("webrtc-audio-processing" ,webrtc-audio-processing)



reply via email to

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