Fix missing Guix support for uploading H.264 videos.

Turned out to be a typo.
This commit is contained in:
Ben Sturmfels 2021-04-06 00:12:30 +10:00
parent cf2261022c
commit 01c164e581

View File

@ -33,13 +33,11 @@
;;; ;;;
;;; 2. Refine and submit the below upgraded python-wtforms 2.3.3 to Guix. ;;; 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". ;;; 3. Don't have NPM in this environment yet. Possibly rewrite MediaGoblin's
;;;
;;; 4. Don't have NPM in this environment yet. Possibly rewrite MediaGoblin's
;;; JavaScript code not to use jQuery. Possibly improve the ;;; JavaScript code not to use jQuery. Possibly improve the
;;; no-bundled-JavaScript video/audio playing experience. ;;; 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. ;;; database instead of sqlite3.
;;; ;;;
;;; ======================================== ;;; ========================================
@ -386,7 +384,7 @@ media.")
`(;;; audio/video stuff `(;;; audio/video stuff
("openh264" ,openh264) ("openh264" ,openh264)
("gstreamer" ,gstreamer) ("gstreamer" ,gstreamer)
("gst-libav" ,gst-plugins-base) ("gst-libav" ,gst-libav)
("gst-plugins-base" ,gst-plugins-base) ("gst-plugins-base" ,gst-plugins-base)
("gst-plugins-good" ,gst-plugins-good) ("gst-plugins-good" ,gst-plugins-good)
("gst-plugins-bad" ,gst-plugins-bad) ("gst-plugins-bad" ,gst-plugins-bad)