mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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
|
static gboolean
|
||||||
gst_vaapidecode_create(GstVaapiDecode *decode, GstCaps *caps)
|
gst_vaapidecode_create(GstVaapiDecode *decode, GstCaps *caps)
|
||||||
{
|
{
|
||||||
VADisplay dpy;
|
GstVaapiDisplay *dpy;
|
||||||
GstStructure *structure;
|
GstStructure *structure;
|
||||||
int version;
|
int version;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue