[PATCH v2 5/5] winegstreamer: Implement IMFMediaStream::RequestSample.

Derek Lesho dlesho at codeweavers.com
Wed Oct 7 10:03:25 CDT 2020


On 10/6/20 10:02 PM, Zebediah Figura wrote:
> On 10/6/20 10:59 AM, Derek Lesho wrote:
>> @@ -738,6 +824,7 @@ static HRESULT new_media_stream(struct media_source *source, GstPad *pad, DWORD
>>       object->stream_id = stream_id;
>>   
>>       object->state = STREAM_INACTIVE;
>> +    object->eos = FALSE;
> This doesn't look like it belongs in this patch.
Actually, it looks like we don't use the EOS state until this patch, so 
I should move all of that to this patch from patch 4.



More information about the wine-devel mailing list