GNOME Bugzilla – Bug 773635
hlsdemux: don't try to access non-existant iframe variant
Last modified: 2016-10-31 12:03:45 UTC
Created attachment 338721 [details] [review] hlsdemux: don't try to access non-existant iframe variant If the playlist does not contain any iframe variants then demux->master->iframe_variants is NULL. If the previous variant is an iframe variant then there is at least one iframe variant and demux->master->iframe_variants->data can be safely used.
Attachment 338721 [details] pushed as c2920ec - hlsdemux: don't try to access non-existant iframe variant