mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
vaapidecode: fix VA display type.
Fix typo whereby plain VADisplay type was used instead of the GstVaapiDisplay wrapper. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
This commit is contained in:
parent
68d1b7e525
commit
5d75cc4c6f
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ error_commit_buffer:
|
|||
static gboolean
|
||||
gst_vaapidecode_create(GstVaapiDecode *decode, GstCaps *caps)
|
||||
{
|
||||
VADisplay dpy;
|
||||
GstVaapiDisplay *dpy;
|
||||
GstStructure *structure;
|
||||
int version;
|
||||
|
||||
|
|
Loading…
Reference in a new issue