commit | 15ce1142ca8bb70931eb2bd2eddd2f17142acb2b | [log] [tgz] |
---|---|---|
author | Debarshi Ray <rishi@gnu.org> | Mon May 23 18:06:44 2011 +0300 |
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | Mon May 23 17:21:52 2011 +0200 |
tree | f3ef2b1c479c17290435ca3714be064954da493a | |
parent | a53540346a18d27b94f5254ac2582cb844e9bde0 [diff] |
matroska: refactor code common to matroskademux and matroskaparse Replace the following functions with their gst_matroska_read_common_* counterparts: - gst_matroska_{demux,parse}_parse_index - gst_matroska_{demux,parse}_parse_skip - gst_matroska_{demux,parse}_stream_from_num Introduce GstMatroskaReadCommon to contain those members of GstMatroskaDemux and GstMatroskaParse that were used by the above functions. https://bugzilla.gnome.org/show_bug.cgi?id=650877