From: gb Date: Mon, 3 May 2010 13:44:41 +0000 (+0000) Subject: Fix detection of plain old WMV3 contents. X-Git-Tag: 1.19.3~503^2~3469 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64479eb8f28a3cd178a4ab14a2b173ba067fea04;p=platform%2Fupstream%2Fgstreamer.git Fix detection of plain old WMV3 contents. --- 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"