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:
Leo Famulari 2020-10-12 23:25:28 -04:00
parent 9c5c64b8e1
commit ada061c12a
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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/")