mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
c480bac5b7
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 |