http://bugs.winehq.org/show_bug.cgi?id=58123
Bug ID: 58123 Summary: Seek/FrameStep is not working on example of mfplayer2 Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mfplat Assignee: wine-bugs@winehq.org Reporter: l12436.tw@gmail.com Distribution: ---
Created attachment 78385 --> http://bugs.winehq.org/attachment.cgi?id=78385 Test MFPlayer build under x64
This came from Windows-classic-samples in github https://github.com/microsoft/Windows-classic-samples
there are a MFPlayer2 in sample which has seek/framestep feature.
But it seems mfplay did not implement those two feature, it is not working under wine. It working under windows.
http://bugs.winehq.org/show_bug.cgi?id=58123
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Yes, both of those are not implemented. Frame stepping is a sequence of state transitions mostly in EVR components. It involves communication between presenter and EVR that has to be compatible with what happens on Windows. We didn't get any reports that this functionality is needed anywhere.
Seeking is mostly down to the session support. SetPosition() in mfplay is however a bit higher level.