summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpaudecoder.h
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-03-23 20:47:00 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:20 +0100
commit24dfc72e89e73a7b6fa6015a1b9f61038a223c02 (patch)
tree4142e511b23bcdc9e2eb26824517bf637c970e5c /sys/vdpau/gstvdpaudecoder.h
parent46a7e8221ceab7e1a5073aeaf36994af9c29ffa3 (diff)
downloadgst-plugins-bad-24dfc72e89e73a7b6fa6015a1b9f61038a223c02.tar.gz
gst-plugins-bad-24dfc72e89e73a7b6fa6015a1b9f61038a223c02.tar.bz2
gst-plugins-bad-24dfc72e89e73a7b6fa6015a1b9f61038a223c02.zip
vdpau: add stubs for pushing VdpVideoSurfaces to the src pad
Diffstat (limited to 'sys/vdpau/gstvdpaudecoder.h')
-rw-r--r--sys/vdpau/gstvdpaudecoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vdpau/gstvdpaudecoder.h b/sys/vdpau/gstvdpaudecoder.h
index f713b0dd..7d59f2e2 100644
--- a/sys/vdpau/gstvdpaudecoder.h
+++ b/sys/vdpau/gstvdpaudecoder.h
@@ -54,6 +54,8 @@ struct _GstVdpauDecoder {
GstCaps *src_caps;
+ guint32 format;
+
gboolean silent;
};