commit | dbb8ec4639f225c57384a876749c27a59f21baf1 | [log] [tgz] |
---|---|---|
author | Sebastian Dröge <sebastian@centricular.com> | Thu Jul 07 18:23:07 2016 +0300 |
committer | Sebastian Dröge <sebastian@centricular.com> | Thu Jul 07 18:26:48 2016 +0300 |
tree | 0b8ba9549b243e188e20c90435fe27a186696485 | |
parent | cc636760b61f72e45dc942d10f9d7f3eda9405d3 [diff] |
matroskamux: Error out if we start writing data with some pads not having a codec id yet This can only happen if a) upstream somehow gets around the CAPS event failing or b) there never being any CAPS event. The following code assumes that all pads have a codec-id. https://bugzilla.gnome.org/show_bug.cgi?id=768509