validate: inherit from GstObject instead of GObject
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 26 May 2016 10:32:16 +0000 (12:32 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Mon, 1 Aug 2016 14:45:37 +0000 (10:45 -0400)
commitc8a3d6c6076cb865604ad3812a9237351273930c
tree57966775ffecbf15b9ade8aece741e5b0595c49f
parent04282bb1921e7c047f74808dc62d5c7e63194b4f
validate: inherit from GstObject instead of GObject

This allow us to use to 'leaks' detector to check if those objects are
leaked.

Differential Revision: https://phabricator.freedesktop.org/D1232
12 files changed:
validate/gst-libs/gst/video/gssim.c
validate/gst-libs/gst/video/gssim.h
validate/gst-libs/gst/video/gstvalidatessim.c
validate/gst-libs/gst/video/gstvalidatessim.h
validate/gst/validate/gst-validate-monitor.c
validate/gst/validate/gst-validate-monitor.h
validate/gst/validate/gst-validate-override.c
validate/gst/validate/gst-validate-override.h
validate/gst/validate/gst-validate-scenario.c
validate/gst/validate/gst-validate-scenario.h
validate/gst/validate/media-descriptor.c
validate/gst/validate/media-descriptor.h