Rémi Bernon (@rbernon) commented about dlls/winegstreamer/video_decoder.c:
+#include "wine/debug.h"
+WINE_DEFAULT_DEBUG_CHANNEL(mfplat);
+struct video_decoder +{
- IMFTransform IMFTransform_iface;
- LONG refcount;
- IMFMediaType *input_type;
- IMFMediaType *output_type;
- struct wg_format wg_format;
- struct wg_transform *wg_transform;
- struct wg_sample_queue *wg_sample_queue;
Would you mind removing these fields for now, and add them later when you will need them?