diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index 55731a7d..27bf5e03 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -431,9 +431,6 @@ Basically, you just implement your GStreamer element in Python and then make your :meth:`~mopidy.ext.Extension.setup` method register all your custom GStreamer elements. -For examples of custom GStreamer elements implemented in Python, see -:mod:`mopidy.audio.mixers`. - Python conventions ==================