docs: Fix mock of gst.Caps

This commit is contained in:
Stein Magnus Jodal 2015-03-14 22:02:27 +01:00
parent 6f5ae2f9c4
commit b36083bae6

View File

@ -35,6 +35,8 @@ class Mock(object):
# glib.get_user_config_dir()
return str
elif (name[0] == name[0].upper() and
# gst.Caps
not name.startswith('Caps') and
# gst.PadTemplate
not name.startswith('PadTemplate') and
# dbus.String()