[Bug 793333] matroskademux: Allow Matroska headers to be read more than once

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 21 20:07:08 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=793333

Alicia Boya García <aboya at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #373731|reviewed                    |none
             status|                            |
 Attachment #373731|0                           |1
        is obsolete|                            |

--- Comment #22 from Alicia Boya García <aboya at igalia.com> ---
Created attachment 373733
  --> https://bugzilla.gnome.org/attachment.cgi?id=373733&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