From 5563c933eec3819d00f25588bad4e57c87dcb390 Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Wed, 1 Apr 2009 21:42:56 +0200 Subject: vdpau: change all references of "gst_vdpaudecoder*" to "gst_vdpau_decoder" --- sys/vdpau/gstvdpaudecoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/vdpau/gstvdpaudecoder.h') diff --git a/sys/vdpau/gstvdpaudecoder.h b/sys/vdpau/gstvdpaudecoder.h index 3fcf9a74..0a52f2fc 100644 --- a/sys/vdpau/gstvdpaudecoder.h +++ b/sys/vdpau/gstvdpaudecoder.h @@ -27,7 +27,7 @@ G_BEGIN_DECLS -#define GST_TYPE_VDPAU_DECODER (gst_vdpaudecoder_get_type()) +#define GST_TYPE_VDPAU_DECODER (gst_vdpau_decoder_get_type()) #define GST_VDPAU_DECODER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_VDPAU_DECODER,GstVdpauDecoder)) #define GST_VDPAU_DECODER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_VDPAU_DECODER,GstVdpauDecoderClass)) #define GST_VDPAU_DECODER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_VDPAU_DECODER, GstVdpauDecoderClass)) @@ -64,7 +64,7 @@ struct _GstVdpauDecoderClass { gboolean (*set_caps) (GstVdpauDecoder *dec, GstCaps *caps); }; -GType gst_vdpaudecoder_get_type (void); +GType gst_vdpau_decoder_get_type (void); gboolean gst_vdpau_decoder_push_video_surface (GstVdpauDecoder * dec, VdpVideoSurface surface); -- cgit v1.2.1