summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpaudecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vdpau/gstvdpaudecoder.h')
-rw-r--r--sys/vdpau/gstvdpaudecoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdpaudecoder.h b/sys/vdpau/gstvdpaudecoder.h
index ef3a6fb9..3f67da68 100644
--- a/sys/vdpau/gstvdpaudecoder.h
+++ b/sys/vdpau/gstvdpaudecoder.h
@@ -24,6 +24,7 @@
#include <gst/gst.h>
#include "gstvdpaudevice.h"
+#include "gstvdpauvideobuffer.h"
G_BEGIN_DECLS
@@ -65,7 +66,7 @@ struct _GstVdpauDecoderClass {
GType gst_vdpau_decoder_get_type (void);
gboolean gst_vdpau_decoder_push_video_buffer (GstVdpauDecoder * dec,
- GstVdpauVideoBuffer *buffer);
+ GstVdpauVideoBuffer *buffer);
VdpVideoSurface gst_vdpau_decoder_create_video_surface (GstVdpauDecoder *dec);
G_END_DECLS