hlsdemux: fix hls demux stream type inheritance

GstHLSDemuxStream inherits GstAdaptiveDemuxStream, not
GstAdaptiveDemux. Fixes memory corruption issues.

https://bugzilla.gnome.org/show_bug.cgi?id=772704
This commit is contained in:
Arnaud Vrac 2016-10-10 16:52:58 +02:00 committed by Tim-Philipp Müller
parent 7dd42aee5b
commit e2dea99dc9
2 changed files with 2 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit f980fd91c1c1fd01333966041a4a535366e897bd
Subproject commit 2c316907f68608ab94b952bcf6f18b68668dd53c

View file

@ -83,7 +83,7 @@ struct _GstHLSTSReader
struct _GstHLSDemuxStream
{
GstAdaptiveDemux adaptive_demux_stream;
GstAdaptiveDemuxStream adaptive_demux_stream;
GstHLSTSReaderType stream_type;