From 08690f10f81b3a699c4d98a139b46b1fef1971a6 Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Tue, 14 Apr 2009 23:47:40 +0200 Subject: [PATCH] vdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video" --- sys/vdpau/gstvdpdecoder.c | 2 +- sys/vdpau/gstvdpvideobuffer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/vdpau/gstvdpdecoder.c b/sys/vdpau/gstvdpdecoder.c index fc8beb1fd8..dafcec9874 100644 --- a/sys/vdpau/gstvdpdecoder.c +++ b/sys/vdpau/gstvdpdecoder.c @@ -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"); diff --git a/sys/vdpau/gstvdpvideobuffer.h b/sys/vdpau/gstvdpvideobuffer.h index ab4fb154f7..bbfc7af09c 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]"