7 Oct
2020
7 Oct
'20
4:03 p.m.
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.