summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpaudecoder.h
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-03-25 19:59:06 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:20 +0100
commit62757ca5b494969291b78f2b733891902b70b257 (patch)
treecb22095b179bb69ecee007c8798330555472cf44 /sys/vdpau/gstvdpaudecoder.h
parent2363032b34652ae2db9389620057e24dba1c0750 (diff)
downloadgst-plugins-bad-62757ca5b494969291b78f2b733891902b70b257.tar.gz
gst-plugins-bad-62757ca5b494969291b78f2b733891902b70b257.tar.bz2
gst-plugins-bad-62757ca5b494969291b78f2b733891902b70b257.zip
vdpau: rough try at implementing pushinf of YV12 buffers
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 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