Skip to content
Snippets Groups Projects

winegstreamer: Implement IWMResamplerProps

Merged Fabian Maurer requested to merge DarkShadow44/wine:resampler_props into master
2 unresolved threads

Some programs just assume this interface exists, this fixes the resulting crash.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55789

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
91 91 uuid(7e320092-596a-41b2-bbeb-175d10504eb6)
92 92 ]
93 93 coclass CWMVXEncMediaObject {}
94
95 typedef float ChMtxType;
96
97 [
98 uuid(e7e9984f-f09f-4da4-903f-6e2e0efe56b5),
99 ]
  • Elizabeth Figura
    Elizabeth Figura @zfigura started a thread on commit d7e45da6
  • 91 91 uuid(7e320092-596a-41b2-bbeb-175d10504eb6)
    92 92 ]
    93 93 coclass CWMVXEncMediaObject {}
    94
    95 typedef float ChMtxType;
    96
    97 [
    98 uuid(e7e9984f-f09f-4da4-903f-6e2e0efe56b5),
    99 ]
    100 interface IWMResamplerProps : IUnknown
    101 {
    102 HRESULT SetHalfFilterLength(LONG lhalfFilterLen);
    103 HRESULT SetUserChannelMtx(ChMtxType* userChannelMtx);
    104 }
  • Fabian Maurer added 1 commit

    added 1 commit

    • 1192b05e - winegstreamer: Implement IWMResamplerProps

    Compare with previous version

  • Rémi Bernon removed review request for @rbernon

    removed review request for @rbernon

  • Elizabeth Figura approved this merge request

    approved this merge request

  • Any news on this?

    Sorry, it slipped my mind.

  • Alexandre Julliard approved this merge request

    approved this merge request

  • Please register or sign in to reply
    Loading