docs: Remove MIXER_TRACK_* attribute workaround
This commit is contained in:
parent
3daea856b1
commit
e0acae2310
@ -35,8 +35,6 @@ class Mock(object):
|
||||
# glib.get_user_config_dir()
|
||||
return str
|
||||
elif (name[0] == name[0].upper()
|
||||
# gst.interfaces.MIXER_TRACK_*
|
||||
and not name.startswith('MIXER_TRACK_')
|
||||
# gst.PadTemplate
|
||||
and not name.startswith('PadTemplate')
|
||||
# dbus.String()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user