mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: gst-plugins-bad: Add support for Secure Reliable Transport (SRT).
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add srt-1.4.1.
This commit is contained in:
parent
9c5c64b8e1
commit
ada061c12a
1 changed files with 2 additions and 0 deletions
|
@ -723,6 +723,8 @@ (define-public gst-plugins-bad
|
|||
;("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/")
|
||||
|
|
Loading…
Reference in a new issue