docs: Remove GStreamer mixer example

This commit is contained in:
Stein Magnus Jodal 2015-04-07 00:42:39 +02:00
parent f743c7ed29
commit df1636e814

View File

@ -89,14 +89,7 @@ class Extension(object):
the ``frontend`` and ``backend`` registry keys.
This method can also be used for other setup tasks not involving the
extension registry. For example, to register custom GStreamer
elements::
def setup(self, registry):
from .mixer import SoundspotMixer
gobject.type_register(SoundspotMixer)
gst.element_register(
SoundspotMixer, 'soundspotmixer', gst.RANK_MARGINAL)
extension registry.
:param registry: the extension registry
:type registry: :class:`Registry`