commit | c2920ec3eab4fff2c6c11b9b0027f5b9b3581aa0 | [log] [tgz] |
---|---|---|
author | Michael Olbrich <m.olbrich@pengutronix.de> | Fri Oct 28 10:05:20 2016 +0200 |
committer | Sebastian Dröge <sebastian@centricular.com> | Mon Oct 31 14:03:06 2016 +0200 |
tree | 0e98133596dc7968e3f0f4d9733ddcf00f0e547d | |
parent | ae2a5f1ba928dfb61712d073b49d4cd37b5d6aa7 [diff] |
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. https://bugzilla.gnome.org/show_bug.cgi?id=773635