diff options
author | Leo Famulari <leo@famulari.name> | 2020-10-12 23:25:28 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-10-13 16:49:28 -0400 |
commit | ada061c12ac86b430a6fdfc662cd9cb4217da67c (patch) | |
tree | dfa4ad3f06439e40c72b2505f032b68268ff6c7a /gnu/packages | |
parent | 9c5c64b8e11c2af7da6ee460372d4360a6348ad5 (diff) | |
download | guix-ada061c12ac86b430a6fdfc662cd9cb4217da67c.tar guix-ada061c12ac86b430a6fdfc662cd9cb4217da67c.tar.gz |
gnu: gst-plugins-bad: Add support for Secure Reliable Transport (SRT).
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add srt-1.4.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gstreamer.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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/") |