https://bugs.winehq.org/show_bug.cgi?id=54191
Bug ID: 54191 Summary: Agarest 1 stopped showing Videos after implementing ASF Reader filter Product: Wine Version: 8.0-rc1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: j-r@online.de Distribution: ---
The intro videos of Agarest 1 are no longer shown after
commit 4608e1e1257a377cd554a0e885368e3feb7d286f Author: RĂ©mi Bernon rbernon@codeweavers.com Date: Fri May 20 21:48:59 2022 +0200
qasf: Register ASF Reader filter media type.
Looks like the new feature leads the game onto a new path that ultimately fails with messages like
winegstreamer warning: audioconvert0: not negotiated winegstreamer warning: audioconvert0: ../../../../libs/gst/base/gstbasetransform.c(1423): gst_base_transform_reconfigure (): /GstBin:bin0/GstAudioConvert:audioconvert0: not negotiated winegstreamer warning: videoconvert1: not negotiated winegstreamer warning: videoconvert1: ../../../../libs/gst/base/gstbasetransform.c(1423): gst_base_transform_reconfigure (): /GstBin:bin0/GstVideoConvert:videoconvert1: not negotiated
Perhaps my gstreamer 1.16 is just too old? But then it'd be nice if configure gave a warning/error.