diff options
author | Boris Bobrov <breton@cynicmansion.ru> | 2015-02-16 05:05:41 +0300 |
---|---|---|
committer | Boris Bobrov <breton@cynicmansion.ru> | 2015-02-16 13:41:09 +0300 |
commit | 919cd2fd4101e01a5295cb08ce0947e47fc425bb (patch) | |
tree | 66975060196634458d6b7d9093453f845687789f | |
parent | 57d8212a796e4952955c047efa61616aad006040 (diff) | |
download | mediagoblin-919cd2fd4101e01a5295cb08ce0947e47fc425bb.tar.lz mediagoblin-919cd2fd4101e01a5295cb08ce0947e47fc425bb.tar.xz mediagoblin-919cd2fd4101e01a5295cb08ce0947e47fc425bb.zip |
added docs about new gstreamer
-rw-r--r-- | docs/source/siteadmin/media-types.rst | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst index f8030081..b8157e59 100644 --- a/docs/source/siteadmin/media-types.rst +++ b/docs/source/siteadmin/media-types.rst @@ -79,12 +79,14 @@ good/bad/ugly). On Debianoid systems .. code-block:: bash - sudo apt-get install python-gst0.10 \ - gstreamer0.10-plugins-base \ - gstreamer0.10-plugins-bad \ - gstreamer0.10-plugins-good \ - gstreamer0.10-plugins-ugly \ - gstreamer0.10-ffmpeg + sudo apt-get install python-gi python3-gi \ + gstreamer1.0-tools \ + gir1.2-gstreamer-1.0 \ + gir1.2-gst-plugins-base-1.0 \ + gstreamer1.0-plugins-good \ + gstreamer1.0-plugins-ugly \ + gstreamer1.0-plugins-bad \ + gstreamer1.0-libav Add ``[[mediagoblin.media_types.video]]`` under the ``[plugins]`` section in @@ -206,7 +208,7 @@ It may work on some earlier versions, but that is not guaranteed (and is surely not to work prior to Blender 2.5X). Add ``[[mediagoblin.media_types.stl]]`` under the ``[plugins]`` section in your -``mediagoblin_local.ini`` and restart MediaGoblin. +``mediagoblin_local.ini`` and restart MediaGoblin. Run @@ -255,7 +257,7 @@ This feature has been tested on Fedora with: It may work on some earlier versions, but that is not guaranteed. Add ``[[mediagoblin.media_types.pdf]]`` under the ``[plugins]`` section in your -``mediagoblin_local.ini`` and restart MediaGoblin. +``mediagoblin_local.ini`` and restart MediaGoblin. Run |