From 3a48982235b6e97af21986e427dcaffa636acfb8 Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Mon, 23 Mar 2009 21:36:55 +0100 Subject: vdpau: init vdpau in GST_STATE_CHANGE_NULL_TO_READY add gst_vdpaudecoder_push_video_surface to vdpaudecoder.h --- sys/vdpau/gstvdpaudecoder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/vdpau/gstvdpaudecoder.h') 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__ */ -- cgit v1.2.1