From ffb74abe0f9bf5676c214b7003c05a5e7dd81a5b Mon Sep 17 00:00:00 2001 From: gb Date: Mon, 3 May 2010 15:34:22 +0000 Subject: [PATCH] Fix VC-1 detection with older gstreamer libs (no "fourcc" field, but a "format" one). --- gst-libs/gst/vaapi/gstvaapiprofile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/vaapi/gstvaapiprofile.c b/gst-libs/gst/vaapi/gstvaapiprofile.c index a76f261..9fc294b 100644 --- a/gst-libs/gst/vaapi/gstvaapiprofile.c +++ b/gst-libs/gst/vaapi/gstvaapiprofile.c @@ -83,7 +83,7 @@ static const GstVaapiProfileMap gst_vaapi_profiles[] = { "video/x-wmv, wmvversion=3", "main" }, { GST_VAAPI_PROFILE_VC1_ADVANCED, VAProfileVC1Advanced, - "video/x-wmv, wmvversion=3, fourcc=(fourcc)WVC1", "advanced" + "video/x-wmv, wmvversion=3, format=(fourcc)WVC1", "advanced" }, { 0, } }; -- 2.7.4