From 62757ca5b494969291b78f2b733891902b70b257 Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Wed, 25 Mar 2009 19:59:06 +0100 Subject: vdpau: rough try at implementing pushinf of YV12 buffers --- sys/vdpau/gstvdpaudecoder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/vdpau/gstvdpaudecoder.h') diff --git a/sys/vdpau/gstvdpaudecoder.h b/sys/vdpau/gstvdpaudecoder.h index 2c8b11f7..336e4b8a 100644 --- a/sys/vdpau/gstvdpaudecoder.h +++ b/sys/vdpau/gstvdpaudecoder.h @@ -54,6 +54,7 @@ struct _GstVdpauDecoder { GstCaps *src_caps; + gint width, height; guint32 format; gboolean silent; @@ -65,7 +66,7 @@ struct _GstVdpauDecoderClass { GType gst_vdpaudecoder_get_type (void); -gboolean gst_vdpaudecoder_push_video_surface (GstVdpauDecoder * dec, VdpVideoSurface * surface); +gboolean gst_vdpaudecoder_push_video_surface (GstVdpauDecoder * dec, VdpVideoSurface surface); G_END_DECLS -- cgit v1.2.1