summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpvideobuffer.h
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-04-14 23:47:40 +0200
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:28 +0100
commit08690f10f81b3a699c4d98a139b46b1fef1971a6 (patch)
tree2ca7f979d1a4094c778ae1af77657a216b5dd846 /sys/vdpau/gstvdpvideobuffer.h
parent4ee4429c1ac2a1927ee71a19427a7cc9498f8cab (diff)
downloadgst-plugins-bad-08690f10f81b3a699c4d98a139b46b1fef1971a6.tar.gz
gst-plugins-bad-08690f10f81b3a699c4d98a139b46b1fef1971a6.tar.bz2
gst-plugins-bad-08690f10f81b3a699c4d98a139b46b1fef1971a6.zip
vdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video"
Diffstat (limited to 'sys/vdpau/gstvdpvideobuffer.h')
-rw-r--r--sys/vdpau/gstvdpvideobuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdpvideobuffer.h b/sys/vdpau/gstvdpvideobuffer.h
index ab4fb154..bbfc7af0 100644
--- a/sys/vdpau/gstvdpvideobuffer.h
+++ b/sys/vdpau/gstvdpvideobuffer.h
@@ -47,7 +47,7 @@ GType gst_vdp_video_buffer_get_type (void);
GstVdpVideoBuffer* gst_vdp_video_buffer_new (GstVdpDevice * device, VdpChromaType chroma_type, gint width, gint height);
#define GST_VDPAU_VIDEO_CAPS \
- "video/vdpau-video, " \
+ "video/x-vdpau-video, " \
"chroma-type = (int)[0,2], " \
"width = (int)[1,4096], " \
"height = (int)[1,4096]"