mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
vdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video"
This commit is contained in:
parent
4ee4429c1a
commit
08690f10f8
2 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
|
@ -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]"
|
||||
|
|
Loading…
Reference in a new issue