docs: Fix mock of gst.Caps
This commit is contained in:
parent
6f5ae2f9c4
commit
b36083bae6
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user