qa-monitor: add base class for monitors
authorThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 10 Jul 2013 17:03:49 +0000 (14:03 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 10 Jul 2013 17:15:57 +0000 (14:15 -0300)
commitce0e8ab697ad32ff39d27fc9f1d81aed60e4d212
tree17b48a9b975e3d2c69b57f2fc3fa67b6c381f0e1
parente04fe10eab43c0f3abe65f8936d10ac849cf80e9
qa-monitor: add base class for monitors

The base class adds a 'object' property to hold the monitored object,
it can only be set on construction. Also the constructor now
automatically calls the element set up
validate/gst/qa/Makefile.am
validate/gst/qa/gst-qa-bin-monitor.c
validate/gst/qa/gst-qa-bin-monitor.h
validate/gst/qa/gst-qa-element-monitor.c
validate/gst/qa/gst-qa-element-monitor.h
validate/gst/qa/gst-qa-monitor-factory.c
validate/gst/qa/gst-qa-monitor.c [new file with mode: 0644]
validate/gst/qa/gst-qa-monitor.h [new file with mode: 0644]
validate/gst/qa/gst-qa-pad-monitor.c
validate/gst/qa/gst-qa-pad-monitor.h