Rémi Bernon (@rbernon) commented about dlls/winegstreamer/wg_muxer.c:
+#endif
+#include "ntstatus.h" +#define WIN32_NO_STATUS +#include "winternl.h"
+#include "unix_private.h"
+struct wg_muxer +{
- GstElement *container, *muxer;
- GstPad *my_sink;
- GstAtomicQueue *output_queue;
- GstMapInfo map_info;
- GstBuffer *buffer;
The buffer and map_info fields are currently not really used anywhere, better to delay adding them to when they will be needed.