After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 773635 - hlsdemux: don't try to access non-existant iframe variant
hlsdemux: don't try to access non-existant iframe variant
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.9.90
Other Linux
: Normal normal
: 1.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-28 13:53 UTC by Michael Olbrich
Modified: 2016-10-31 12:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
hlsdemux: don't try to access non-existant iframe variant (1.78 KB, patch)
2016-10-28 13:53 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2016-10-28 13:53:02 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.
Comment 1 Sebastian Dröge (slomo) 2016-10-31 12:03:27 UTC
Attachment 338721 [details] pushed as c2920ec - hlsdemux: don't try to access non-existant iframe variant