From 64479eb8f28a3cd178a4ab14a2b173ba067fea04 Mon Sep 17 00:00:00 2001 From: gb Date: Mon, 3 May 2010 13:44:41 +0000 Subject: [PATCH] Fix detection of plain old WMV3 contents. --- gst-libs/gst/vaapi/gstvaapiprofile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/vaapi/gstvaapiprofile.c b/gst-libs/gst/vaapi/gstvaapiprofile.c index 155e427..10d972f 100644 --- a/gst-libs/gst/vaapi/gstvaapiprofile.c +++ b/gst-libs/gst/vaapi/gstvaapiprofile.c @@ -80,10 +80,10 @@ static const GstVaapiProfileMap gst_vaapi_profiles[] = { "video/x-h264", "high" }, { GST_VAAPI_PROFILE_VC1_SIMPLE, VAProfileVC1Simple, - "video/x-vc1", "simple" + "video/x-wmv, wmvversion=3", "simple" }, { GST_VAAPI_PROFILE_VC1_MAIN, VAProfileVC1Main, - "video/x-vc1", "main" + "video/x-wmv, wmvversion=3", "main" }, { GST_VAAPI_PROFILE_VC1_ADVANCED, VAProfileVC1Advanced, "video/x-wmv, wmvversion=3, fourcc=(fourcc)WVC1", "advanced" -- 2.7.4