summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpaudecoder.h
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-03-23 21:36:55 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:20 +0100
commit3a48982235b6e97af21986e427dcaffa636acfb8 (patch)
tree90e2acfa51a6b804e1636332ffff22a13407ea10 /sys/vdpau/gstvdpaudecoder.h
parent24dfc72e89e73a7b6fa6015a1b9f61038a223c02 (diff)
downloadgst-plugins-bad-3a48982235b6e97af21986e427dcaffa636acfb8.tar.gz
gst-plugins-bad-3a48982235b6e97af21986e427dcaffa636acfb8.tar.bz2
gst-plugins-bad-3a48982235b6e97af21986e427dcaffa636acfb8.zip
vdpau: init vdpau in GST_STATE_CHANGE_NULL_TO_READY add gst_vdpaudecoder_push_video_surface to vdpaudecoder.h
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 7d59f2e2..2c8b11f7 100644
--- a/sys/vdpau/gstvdpaudecoder.h
+++ b/sys/vdpau/gstvdpaudecoder.h
@@ -65,6 +65,8 @@ struct _GstVdpauDecoderClass {
GType gst_vdpaudecoder_get_type (void);
+gboolean gst_vdpaudecoder_push_video_surface (GstVdpauDecoder * dec, VdpVideoSurface * surface);
+
G_END_DECLS
#endif /* __GST_VDPAU_DECODER_H__ */