winegstreamer: Reduce CLSID_decodebin_parser merit, so the MPEG splitter is chosen instead for MPEGs.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56491
This commit is contained in:
Alfred Agrell 2024-04-04 19:10:07 +02:00 committed by Alexandre Julliard
parent d71846d09b
commit e870f31d77

View file

@ -1059,7 +1059,7 @@ static const REGFILTERPINS2 reg_decodebin_parser_pins[3] =
static const REGFILTER2 reg_decodebin_parser =
{
.dwVersion = 2,
.dwMerit = MERIT_PREFERRED,
.dwMerit = MERIT_NORMAL - 1,
.u.s2.cPins2 = 3,
.u.s2.rgPins2 = reg_decodebin_parser_pins,
};