avviddec: Remove vc1/wmv3 override
authorEdward Hervey <edward@centricular.com>
Tue, 29 Mar 2022 07:36:06 +0000 (09:36 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 29 Mar 2022 11:46:45 +0000 (11:46 +0000)
commitbe1b31b5f8a0227cd6111799de8ac78e79bf35d5
treea643cb1fb0f8db3ef7af82024fc08a262c21caa8
parentf5ab89abf93e865111681576da66674a04ef406b
avviddec: Remove vc1/wmv3 override

FFMPEG 5+ doesn't allow overriding the codec anymore (causes a segfault if you
attempt to do that). But the best part is ... that with the current caps
implementation in pad template and gst_ffmpeg_caps_to_codecid() we would never
replace it by anything different than the existing codec id.

Fixes #1054

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2052>
subprojects/gst-libav/ext/libav/gstavviddec.c