validate: Add a plugin with potential extra checks
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Tue, 13 Jun 2017 21:13:22 +0000 (17:13 -0400)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Fri, 16 Jun 2017 21:36:34 +0000 (17:36 -0400)
commitb1b696017cebc01f22bae73d6d1ba1626a5f3274
treeeb360cf892824a678e4b0aa508ac9a26bbc0caac
parenta728a7df4918f2f865c26c2194cfde874e28bc60
validate: Add a plugin with potential extra checks

And add a way to check that a configured number of instances of a particular
element is used, this is useful to make sure for example that playing a
particular stream doesn't lead to several decoders being instanciated.
validate/plugins/extra_checks/gstvalidateextrachecks.c [new file with mode: 0644]
validate/plugins/extra_checks/meson.build [new file with mode: 0644]
validate/plugins/meson.build