va: encoder: Use entrypoint type.
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Sun, 29 May 2022 10:09:22 +0000 (12:09 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sun, 29 May 2022 16:03:46 +0000 (16:03 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2521>

subprojects/gst-plugins-bad/sys/va/gstvaencoder.c

index fa08754..30bd452 100644 (file)
@@ -34,7 +34,7 @@ typedef struct _GstVaProfileConfig GstVaProfileConfig;
 struct _GstVaProfileConfig
 {
   VAProfile profile;
-  guint32 entrypoint;
+  VAEntrypoint entrypoint;
 };
 
 struct _GstVaEncoder