On 4/1/20 5:05 PM, Derek Lesho wrote:
Signed-off-by: Derek Lesho dlesho@codeweavers.com
dlls/mfplat/tests/mfplat.c | 9 +- dlls/winegstreamer/Makefile.in | 1 + dlls/winegstreamer/gst_private.h | 6 + dlls/winegstreamer/media_source.c | 679 +++++++++++++++++++ dlls/winegstreamer/mfplat.c | 9 + dlls/winegstreamer/winegstreamer.rgs | 32 + dlls/winegstreamer/winegstreamer_classes.idl | 7 + include/mfidl.idl | 1 + 8 files changed, 739 insertions(+), 5 deletions(-) create mode 100644 dlls/winegstreamer/media_source.c
Before you submit this entire series again, can I ask you to please submit less patches at a time? 5 is a reasonable number.
Separately, I think this patch can still be split up moreāat least the container_stream_handler and its multiple interfaces can be separate patches. On the other hand, that's an mfplat thing, so I'll leave it up to Nikolay.