mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
display: skip profiles which have no entrypoints.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
This commit is contained in:
parent
843f528f95
commit
d46e8d9961
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ gst_vaapi_display_create(GstVaapiDisplay *display)
|
||||||
entrypoints, &num_entrypoints
|
entrypoints, &num_entrypoints
|
||||||
);
|
);
|
||||||
if (!vaapi_check_status(status, "vaQueryConfigEntrypoints()"))
|
if (!vaapi_check_status(status, "vaQueryConfigEntrypoints()"))
|
||||||
goto end;
|
continue;
|
||||||
|
|
||||||
for (j = 0; j < num_entrypoints; j++) {
|
for (j = 0; j < num_entrypoints; j++) {
|
||||||
config.entrypoint = gst_vaapi_entrypoint(entrypoints[j]);
|
config.entrypoint = gst_vaapi_entrypoint(entrypoints[j]);
|
||||||
|
|
Loading…
Reference in a new issue