[Bug 793333] matroskademux: Allow Matroska headers to be read more than once
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Sep 21 18:58:53 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=793333
--- Comment #13 from Alicia Boya GarcĂa <aboya at igalia.com> ---
Created attachment 373731
--> https://bugzilla.gnome.org/attachment.cgi?id=373731&action=edit
matroskademux: Refactor track parsing out from adding tracks
This splits gst_matroska_demux_add_stream() into:
* gst_matroska_demux_parse_stream(): will read the Matroska bytestream
and fill a GstMatroskaTrackContext.
* gst_matroska_demux_parse_tracks(): will check there are no repeated
tracks.
* gst_matroska_demux_add_stream(): creates and sets up the pad for the
track.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list