summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vdpau/gstvdpdevice.h')
-rw-r--r--sys/vdpau/gstvdpdevice.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/vdpau/gstvdpdevice.h b/sys/vdpau/gstvdpdevice.h
index 8b2f596c..26e7fa72 100644
--- a/sys/vdpau/gstvdpdevice.h
+++ b/sys/vdpau/gstvdpdevice.h
@@ -18,8 +18,8 @@
* Boston, MA 02111-1307, USA.
*/
-#ifndef _GST_VDPAU_DEVICE_H_
-#define _GST_VDPAU_DEVICE_H_
+#ifndef _GST_VDP_DEVICE_H_
+#define _GST_VDP_DEVICE_H_
#include <X11/Xlib.h>
#include <vdpau/vdpau.h>
@@ -29,11 +29,11 @@
G_BEGIN_DECLS
#define GST_TYPE_VDPAU_DEVICE (gst_vdp_device_get_type ())
-#define GST_VDPAU_DEVICE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_VDPAU_DEVICE, GstVdpDevice))
-#define GST_VDPAU_DEVICE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_VDPAU_DEVICE, GstVdpDeviceClass))
+#define GST_VDP_DEVICE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_VDPAU_DEVICE, GstVdpDevice))
+#define GST_VDP_DEVICE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_VDPAU_DEVICE, GstVdpDeviceClass))
#define GST_IS_VDPAU_DEVICE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_VDPAU_DEVICE))
#define GST_IS_VDPAU_DEVICE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_VDPAU_DEVICE))
-#define GST_VDPAU_DEVICE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_VDPAU_DEVICE, GstVdpDeviceClass))
+#define GST_VDP_DEVICE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_VDPAU_DEVICE, GstVdpDeviceClass))
typedef struct _GstVdpDeviceClass GstVdpDeviceClass;
typedef struct _GstVdpDevice GstVdpDevice;
@@ -129,4 +129,4 @@ GstVdpDevice *gst_vdp_get_device (const gchar *display_name);
G_END_DECLS
-#endif /* _GST_VDPAU_DEVICE_H_ */
+#endif /* _GST_VDP_DEVICE_H_ */