[PATCH v2 01/18] Implement stub bytestream handler and source.

Derek Lesho dlesho at codeweavers.com
Wed Apr 1 18:36:36 CDT 2020


On 4/1/20 6:08 PM, Zebediah Figura wrote:

> On 4/1/20 5:05 PM, Derek Lesho wrote:
>> Signed-off-by: Derek Lesho <dlesho at 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.
Sure thing.
>
> 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.
>



More information about the wine-devel mailing list