https://bugs.winehq.org/show_bug.cgi?id=30366
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #22 from Zebediah Figura z.figura12@gmail.com --- Sorry for the delay in getting to this.
The not-negotiated error happens because the video is at least partially interlaced, and we don't handle that.
While DirectShow caps are capable of expressing interlaced video, I'm not sure that all of the default video sinks are capable of rendering it, and in any case it's much easier just to have GStreamer deinterlace the video for us. Hence I think we want to add a "deinterlace" element to our postprocessing chain.