summaryrefslogtreecommitdiffstats
path: root/sys/vdpau
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
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')
-rw-r--r--sys/vdpau/gstvdpdecoder.c2
-rw-r--r--sys/vdpau/gstvdpvideobuffer.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/vdpau/gstvdpdecoder.c b/sys/vdpau/gstvdpdecoder.c
index fc8beb1f..dafcec98 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 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]"