mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-09 07:52:36 +00:00
The current code is memsetting the GstVideoFrame.data address to 0s (which causes a segfault). This member is actually an array of data buffers (one for each plane). This fix iterates over each data plane to clear them all. https://bugzilla.gnome.org/show_bug.cgi?id=695655 |
||
---|---|---|
.. | ||
gstaudiovisualizer.c | ||
gstaudiovisualizer.h | ||
Makefile.am | ||
plugin.c | ||
visual.c | ||
visual.h |