vdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video"

This commit is contained in:
Carl-Anton Ingmarsson 2009-04-14 23:47:40 +02:00 committed by Jan Schmidt
parent 4ee4429c1a
commit 08690f10f8
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ enum
static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("video/vdpau-video, " "chroma-type = (int) 0"));
GST_STATIC_CAPS ("video/x-vdpau-video, " "chroma-type = (int) 0"));
#define DEBUG_INIT(bla) \
GST_DEBUG_CATEGORY_INIT (gst_vdp_decoder_debug, "vdpaudecoder", 0, "vdpaudecoder base class");

View file

@ -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]"