summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpdecoder.h
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-04-26 23:25:33 +0200
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:32 +0100
commit8c78a4850fa5bc1323fee6d47e6a9bd31d024f0e (patch)
tree9e7004072a6cc7b4a6c0570c7aa87fa0288d83a3 /sys/vdpau/gstvdpdecoder.h
parent8bbd79496187baabe6ad754e493cb167bbc3a8dc (diff)
downloadgst-plugins-bad-8c78a4850fa5bc1323fee6d47e6a9bd31d024f0e.tar.gz
gst-plugins-bad-8c78a4850fa5bc1323fee6d47e6a9bd31d024f0e.tar.bz2
gst-plugins-bad-8c78a4850fa5bc1323fee6d47e6a9bd31d024f0e.zip
vdpau: fixup renaming
the rename work done in commit 24cf84d06b2f4b2edec3383b198441a07829618b didn't include typecasts. This commit fixes this.
Diffstat (limited to 'sys/vdpau/gstvdpdecoder.h')
-rw-r--r--sys/vdpau/gstvdpdecoder.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/vdpau/gstvdpdecoder.h b/sys/vdpau/gstvdpdecoder.h
index 8dc4ad66..dfc63fd9 100644
--- a/sys/vdpau/gstvdpdecoder.h
+++ b/sys/vdpau/gstvdpdecoder.h
@@ -18,8 +18,8 @@
* Boston, MA 02111-1307, USA.
*/
-#ifndef __GST_VDPAU_DECODER_H__
-#define __GST_VDPAU_DECODER_H__
+#ifndef __GST_VDP_DECODER_H__
+#define __GST_VDP_DECODER_H__
#include <gst/gst.h>
@@ -29,9 +29,9 @@
G_BEGIN_DECLS
#define GST_TYPE_VDPAU_DECODER (gst_vdp_decoder_get_type())
-#define GST_VDPAU_DECODER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_VDPAU_DECODER,GstVdpDecoder))
-#define GST_VDPAU_DECODER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_VDPAU_DECODER,GstVdpDecoderClass))
-#define GST_VDPAU_DECODER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_VDPAU_DECODER, GstVdpDecoderClass))
+#define GST_VDP_DECODER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_VDPAU_DECODER,GstVdpDecoder))
+#define GST_VDP_DECODER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_VDPAU_DECODER,GstVdpDecoderClass))
+#define GST_VDP_DECODER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_VDPAU_DECODER, GstVdpDecoderClass))
#define GST_IS_VDPAU_DECODER(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_VDPAU_DECODER))
#define GST_IS_VDPAU_DECODER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_VDPAU_DECODER))
@@ -69,4 +69,4 @@ VdpVideoSurface gst_vdp_decoder_create_video_surface (GstVdpDecoder *dec);
G_END_DECLS
-#endif /* __GST_VDPAU_DECODER_H__ */
+#endif /* __GST_VDP_DECODER_H__ */