diff options
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]`` |