tests: display: use GObject getter
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 22 Sep 2017 17:35:04 +0000 (19:35 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 22 Sep 2017 18:06:42 +0000 (20:06 +0200)
commit7d74176395b17e2a5d694c8b17b0cb23469605e9
treefd739d6a7500ab4ff08941ddb8343e5e5963f2b6
parentb063511c0512f7cb09a6c94c9b3b0df4dab8d581
tests: display: use GObject getter

Instead of using the gst_vaapi_display_get_property(), this patch
replaces it with g_object_get_property() to dump the available VA
display properties.

https://bugzilla.gnome.org/show_bug.cgi?id=788058
tests/test-display.c