summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidisplay_drm.c
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2017-09-28 17:45:00 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2017-10-03 13:14:55 +0200
commit494ac4e3a86cfc1ef8a0a2c455701fa6b1ca9992 (patch)
treea987869ccc580250a65d3f3315ad121ad7dd1ee6 /gst-libs/gst/vaapi/gstvaapidisplay_drm.c
parent4e9de44ba24e1da27278b2d43a4887403dd0e17d (diff)
libs: display: remove display_type from display info
Since it's no required to pass the display type in the display info, the structure member is removed. https://bugzilla.gnome.org/show_bug.cgi?id=782212
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapidisplay_drm.c')
-rw-r--r--gst-libs/gst/vaapi/gstvaapidisplay_drm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapidisplay_drm.c b/gst-libs/gst/vaapi/gstvaapidisplay_drm.c
index a129cce7..95becdb8 100644
--- a/gst-libs/gst/vaapi/gstvaapidisplay_drm.c
+++ b/gst-libs/gst/vaapi/gstvaapidisplay_drm.c
@@ -311,7 +311,6 @@ gst_vaapi_display_drm_get_display_info (GstVaapiDisplay * display,
info->va_display = vaGetDisplayDRM (priv->drm_device);
if (!info->va_display)
return FALSE;
- info->display_type = GST_VAAPI_DISPLAY_TYPE_DRM;
}
return TRUE;
}