gnu: gst-plugins-bad: Build with the latest SRT.

* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Change from SRT-1.4.1
to SRT.
This commit is contained in:
Marius Bakke 2021-10-04 23:52:15 +02:00
parent 3cf6f92f09
commit b43a6b32e0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -777,8 +777,7 @@ 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)
("srt" ,srt)
("usrsctp" ,usrsctp)
("x265" ,x265)
("webrtc-audio-processing" ,webrtc-audio-processing)