From 08690f10f81b3a699c4d98a139b46b1fef1971a6 Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Tue, 14 Apr 2009 23:47:40 +0200 Subject: vdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video" --- sys/vdpau/gstvdpvideobuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/vdpau/gstvdpvideobuffer.h') 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]" -- cgit v1.2.1