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:
Wind Yuan 2012-04-10 13:29:10 +02:00 committed by Gwenole Beauchesne
parent 68d1b7e525
commit 5d75cc4c6f

View file

@ -301,7 +301,7 @@ error_commit_buffer:
static gboolean
gst_vaapidecode_create(GstVaapiDecode *decode, GstCaps *caps)
{
VADisplay dpy;
GstVaapiDisplay *dpy;
GstStructure *structure;
int version;