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 @@ model to base your own plug-in on, here it is.")
|
||||||
;("qtdeclarative" ,qtdeclarative)
|
;("qtdeclarative" ,qtdeclarative)
|
||||||
;("qtx11extras" ,qtx11extras)
|
;("qtx11extras" ,qtx11extras)
|
||||||
("soundtouch" ,soundtouch)
|
("soundtouch" ,soundtouch)
|
||||||
|
;; GStreamer is not yet compatible with srt > 1.4.1.
|
||||||
|
("srt" ,srt-1.4.1)
|
||||||
("x265" ,x265)
|
("x265" ,x265)
|
||||||
("wayland" ,wayland)))
|
("wayland" ,wayland)))
|
||||||
(home-page "https://gstreamer.freedesktop.org/")
|
(home-page "https://gstreamer.freedesktop.org/")
|
||||||
|
|
Reference in a new issue