GNOME Bugzilla – Bug 767365
adaptivedemux: Add custom flow return for allowing subclasses to specify when a fragment is finished
Last modified: 2016-07-01 12:13:29 UTC
This allows subclasses to decide when a fragment is actually finished instead of having the download continuing. Returning GST_FLOW_EOS would trigger the EOS logic, so we need a separate flow return that only marks this fragment as finished and shuts down the HTTP source.
Created attachment 329310 [details] [review] adaptivedemux: Add custom flow return for allowing subclasses to specify when a fragment is finished If it is finished before upstream going EOS.
Attachment 329310 [details] pushed as 43a2ee8 - adaptivedemux: Add custom flow return for allowing subclasses to specify when a fragment is finished