From ada061c12ac86b430a6fdfc662cd9cb4217da67c Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 12 Oct 2020 23:25:28 -0400 Subject: 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 12b37ffe12..a3334b1772 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/") -- cgit 1.4.1