diff options
author | Joar Wandborg <git@wandborg.com> | 2012-03-30 00:18:54 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2012-03-30 00:18:54 +0200 |
commit | c3c2f163c5c800d98a1db3d947479a6312d5a916 (patch) | |
tree | d519c8d5a1447cc8f71b74eec62a1d8961374214 /docs/source | |
parent | ab0d5b59ab88da4887de2d866920091ab75ef549 (diff) | |
download | mediagoblin-c3c2f163c5c800d98a1db3d947479a6312d5a916.tar.lz mediagoblin-c3c2f163c5c800d98a1db3d947479a6312d5a916.tar.xz mediagoblin-c3c2f163c5c800d98a1db3d947479a6312d5a916.zip |
Updated Video docs, so that I won't forget
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/media-types.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/source/media-types.rst b/docs/source/media-types.rst index a6e76385..647f2b42 100644 --- a/docs/source/media-types.rst +++ b/docs/source/media-types.rst @@ -30,11 +30,7 @@ To enable video, first install gstreamer and the python-gstreamer bindings (as well as whatever gstremaer extensions you want, good/bad/ugly). On Debianoid systems:: - sudo apt-get install python-gst0.10 - -Currently you need the gtk and pygtk modules:: - - sudo apt-get install python-gtk2 + sudo apt-get install python-gst0.10 gstreamer0.10-plugins-{base,bad,good,ugly} gstreamer0.10-ffmpeg Next, modify (and possibly copy over from ``mediagoblin.ini``) your ``mediagoblin_local.ini``. Uncomment this line in the ``[mediagoblin]`` |