diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-04-06 00:12:30 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-04-06 00:12:30 +1000 |
commit | 01c164e58121c695be872fd436c43c731124c5fa (patch) | |
tree | 4c44c8ff9a5978aa5567ef23380148b2abc6a5aa /guix-env.scm | |
parent | cf2261022cec79b7a95946b990bda71c946da397 (diff) | |
download | mediagoblin-01c164e58121c695be872fd436c43c731124c5fa.tar.lz mediagoblin-01c164e58121c695be872fd436c43c731124c5fa.tar.xz mediagoblin-01c164e58121c695be872fd436c43c731124c5fa.zip |
Fix missing Guix support for uploading H.264 videos.
Turned out to be a typo.
Diffstat (limited to 'guix-env.scm')
-rw-r--r-- | guix-env.scm | 8 |
1 files changed, 3 insertions, 5 deletions
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) |