gstreamer/ext/libvisual
Greg Rutz c480bac5b7 libvisual: fix improper video frame clear operation
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
2013-03-13 00:51:55 +00:00
..
gstaudiovisualizer.c libvisual: fix improper video frame clear operation 2013-03-13 00:51:55 +00:00
gstaudiovisualizer.h visualizer: improve allocation 2013-01-29 10:18:06 +01:00
Makefile.am Revert "gst: Add better support for static plugins" 2012-10-24 13:26:26 +02:00
plugin.c Fix FSF address 2012-11-03 23:05:09 +00:00
visual.c Fix FSF address 2012-11-03 23:05:09 +00:00
visual.h Fix FSF address 2012-11-03 23:05:09 +00:00