summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpvideobuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vdpau/gstvdpvideobuffer.c')
-rw-r--r--sys/vdpau/gstvdpvideobuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdpvideobuffer.c b/sys/vdpau/gstvdpvideobuffer.c
index 82f7dba7..dac62c1b 100644
--- a/sys/vdpau/gstvdpvideobuffer.c
+++ b/sys/vdpau/gstvdpvideobuffer.c
@@ -53,7 +53,7 @@ gst_vdp_video_buffer_new (GstVdpDevice * device, VdpChromaType chroma_type,
}
buffer =
- (GstVdpVideoBuffer *) gst_mini_object_new (GST_TYPE_VDPAU_VIDEO_BUFFER);
+ (GstVdpVideoBuffer *) gst_mini_object_new (GST_TYPE_VDP_VIDEO_BUFFER);
buffer->device = g_object_ref (device);
buffer->surface = surface;