diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2019-09-12 14:31:56 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2019-09-12 14:38:52 +1000 |
commit | 45400905e76284f871e2b610a9305f405135a576 (patch) | |
tree | a157d1a0930e2dc613d940b49213e552e4a0f4ed /guix-env.scm | |
parent | 2764934602195f38c78095ac3013aa561aa31fbd (diff) | |
download | mediagoblin-45400905e76284f871e2b610a9305f405135a576.tar.lz mediagoblin-45400905e76284f871e2b610a9305f405135a576.tar.xz mediagoblin-45400905e76284f871e2b610a9305f405135a576.zip |
Note issues uploading H264 video under Guix.
Diffstat (limited to 'guix-env.scm')
-rw-r--r-- | guix-env.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guix-env.scm b/guix-env.scm index 18c75e56..dfe9d8eb 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -59,6 +59,9 @@ ;;; the virtualenv and path-hacking stuff unnecessary. ;;; ;;; Have fun! +;;; +;;; Known issues: +;;; - currently fails to upload h264 source video: "GStreamer: missing H.264 decoder" (use-modules (ice-9 match) (srfi srfi-1) |