Re: [PATCH v2 0/5] MR2881: winegstreamer: Implement Discontinuity and GetInputStatus for WMV decoder DMO.
24 May
2023
24 May
'23
1:57 a.m.
This isn't consistent with the actual ProcessInput() implementation, which refuses to accept more than one buffer.
I made some tests before, the tests show that for WMV decoder DMO, calling multiple ProcessInput() is OK. The input status keeps `DMO_INPUT_STATUSF_ACCEPT_DATA` after delivering a buffer by ProcessInput(). Should I added these tests to Wine?
Probably. As far as I understand we currently reject multiple calls to ProcessInput(). I am concerned about the potential effects of having a GetInputStatus() implementation that isn't consistent with ProcessInput(). It may be fine, though... -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2881#note_33615
940
Age (days ago)
940
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zebediah Figura (@zfigura)