mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Revert "vaapidisplay: mark X11 display as compatible with EGL"
This reverts commit 200b1baabc
.
This commit is contained in:
parent
a01c0bc352
commit
65c16145a5
1 changed files with 0 additions and 4 deletions
|
@ -217,10 +217,6 @@ gst_vaapi_display_type_is_compatible (GstVaapiDisplayType type1,
|
|||
if (type2 == GST_VAAPI_DISPLAY_TYPE_X11)
|
||||
return TRUE;
|
||||
break;
|
||||
case GST_VAAPI_DISPLAY_TYPE_X11:
|
||||
if (type2 == GST_VAAPI_DISPLAY_TYPE_EGL)
|
||||
return TRUE;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue