From: gb Date: Mon, 3 May 2010 15:34:22 +0000 (+0000) Subject: Fix VC-1 detection with older gstreamer libs (no "fourcc" field, but a "format" one). X-Git-Tag: 1.19.3~503^2~3465 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffb74abe0f9bf5676c214b7003c05a5e7dd81a5b;p=platform%2Fupstream%2Fgstreamer.git Fix VC-1 detection with older gstreamer libs (no "fourcc" field, but a "format" one). --- 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, } };