From 01c164e58121c695be872fd436c43c731124c5fa Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 6 Apr 2021 00:12:30 +1000 Subject: Fix missing Guix support for uploading H.264 videos. Turned out to be a typo. --- guix-env.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'guix-env.scm') diff --git a/guix-env.scm b/guix-env.scm index e26b1dc8..7c5f900e 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -33,13 +33,11 @@ ;;; ;;; 2. Refine and submit the below upgraded python-wtforms 2.3.3 to Guix. ;;; -;;; 3. H264 videos won't transcode: "GStreamer: missing H.264 decoder". -;;; -;;; 4. Don't have NPM in this environment yet. Possibly rewrite MediaGoblin's +;;; 3. Don't have NPM in this environment yet. Possibly rewrite MediaGoblin's ;;; JavaScript code not to use jQuery. Possibly improve the ;;; no-bundled-JavaScript video/audio playing experience. ;;; -;;; 5. Package MediaGoblin itself as a Guix service. Look at adding a PostgreSQL +;;; 4. Package MediaGoblin itself as a Guix service. Look at adding a PostgreSQL ;;; database instead of sqlite3. ;;; ;;; ======================================== @@ -386,7 +384,7 @@ media.") `(;;; audio/video stuff ("openh264" ,openh264) ("gstreamer" ,gstreamer) - ("gst-libav" ,gst-plugins-base) + ("gst-libav" ,gst-libav) ("gst-plugins-base" ,gst-plugins-base) ("gst-plugins-good" ,gst-plugins-good) ("gst-plugins-bad" ,gst-plugins-bad) -- cgit v1.2.3