mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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 changed files with 2 additions and 2 deletions
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…
Reference in a new issue