diff options
author | Marius Bakke <marius@gnu.org> | 2021-10-04 23:52:15 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-10-05 19:52:30 +0200 |
commit | b43a6b32e0f63b50626536158372479ab996fa1f (patch) | |
tree | 3d960fcf5d3c2e8dd2f2ac1e58e2c124ef8cff98 /gnu/packages/gstreamer.scm | |
parent | 3cf6f92f09234c1cfff34870c4a7307297cda01a (diff) | |
download | guix-b43a6b32e0f63b50626536158372479ab996fa1f.tar.gz |
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.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r-- | gnu/packages/gstreamer.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 3f5edbe4aa..73ae2c9815 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -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) |