[Bug 797327] Matroska trackcontext uninitialized memory

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 23 15:14:07 UTC 2018


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #374013|none                        |reviewed
             status|                            |

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

::: gst/matroska/matroska-ids.c
@@ +59,3 @@
   video_context->fourcc = 0;
   video_context->default_fps = 0.0;
+  video_context->interlace_mode = GST_MATROSKA_INTERLACE_MODE_UNKNOWN;

Makes sense. Did you check if all fields are initialized here now, and also for
the audio/subtitle track types?

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