va: encoder: Use entrypoint type.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2521>
This commit is contained in:
Víctor Manuel Jáquez Leal 2022-05-29 12:09:22 +02:00 committed by GStreamer Marge Bot
parent d71a6bf457
commit ae9fe4a851

View file

@ -34,7 +34,7 @@ typedef struct _GstVaProfileConfig GstVaProfileConfig;
struct _GstVaProfileConfig
{
VAProfile profile;
guint32 entrypoint;
VAEntrypoint entrypoint;
};
struct _GstVaEncoder