summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpvideobuffer.c
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-05-05 17:28:19 +0200
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:37 +0100
commit02884b0356edfef0db34d7acc11530673fb41db1 (patch)
tree6414532e6b77fc7f0b62116108f60d984d7bbf93 /sys/vdpau/gstvdpvideobuffer.c
parent824cf29cdc9399d72ce5f9ad88040cde7ce7de12 (diff)
downloadgst-plugins-bad-02884b0356edfef0db34d7acc11530673fb41db1.tar.gz
gst-plugins-bad-02884b0356edfef0db34d7acc11530673fb41db1.tar.bz2
gst-plugins-bad-02884b0356edfef0db34d7acc11530673fb41db1.zip
s/GST_TYPE_VDPAU/GST_TYPE_VDP/g
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;