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:
parent
7dd42aee5b
commit
e2dea99dc9
2
common
2
common
@ -1 +1 @@
|
|||||||
Subproject commit f980fd91c1c1fd01333966041a4a535366e897bd
|
Subproject commit 2c316907f68608ab94b952bcf6f18b68668dd53c
|
@ -83,7 +83,7 @@ struct _GstHLSTSReader
|
|||||||
|
|
||||||
struct _GstHLSDemuxStream
|
struct _GstHLSDemuxStream
|
||||||
{
|
{
|
||||||
GstAdaptiveDemux adaptive_demux_stream;
|
GstAdaptiveDemuxStream adaptive_demux_stream;
|
||||||
|
|
||||||
GstHLSTSReaderType stream_type;
|
GstHLSTSReaderType stream_type;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user