[Bug 790686] matroskamux: re-activate TOC support

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Dec 15 14:15:48 UTC 2017


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

--- Comment #22 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 365587:
 --> (https://bugzilla.gnome.org/review?bug=790686&attachment=365587)

::: gst/matroska/matroska-mux.c
@@ +499,3 @@
   mux->num_t_streams = 0;
   mux->num_v_streams = 0;
+  mux->internal_toc = NULL;

This is unneeded btw, like the lines above it. The memory is all
zero-initialized. Good practice to do this nonetheless for explicitness

-- 
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