From e6b3cfeacdeeb34812111d3f1f25cf675f02802c Mon Sep 17 00:00:00 2001 From: gb Date: Mon, 3 May 2010 06:49:19 +0000 Subject: [PATCH] Drop variant=itu field to help codec detection. --- gst-libs/gst/vaapi/gstvaapiprofile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/vaapi/gstvaapiprofile.c b/gst-libs/gst/vaapi/gstvaapiprofile.c index 06ae214216..514105d900 100644 --- a/gst-libs/gst/vaapi/gstvaapiprofile.c +++ b/gst-libs/gst/vaapi/gstvaapiprofile.c @@ -70,13 +70,13 @@ static const GstVaapiProfileMap gst_vaapi_profiles[] = { }, #endif { GST_VAAPI_PROFILE_H264_BASELINE, VAProfileH264Baseline, - "video/x-h264, variant=itu", "baseline" + "video/x-h264", "baseline" }, { GST_VAAPI_PROFILE_H264_MAIN, VAProfileH264Main, - "video/x-h264, variant=itu", "main" + "video/x-h264", "main" }, { GST_VAAPI_PROFILE_H264_HIGH, VAProfileH264High, - "video/x-h264, variant=itu", "high" + "video/x-h264", "high" }, { GST_VAAPI_PROFILE_VC1_SIMPLE, VAProfileVC1Simple, "video/x-vc1", "simple"