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
..
2013-01-24 15:08:31 +01:00
2012-11-03 23:05:09 +00:00
2013-03-03 17:42:22 +00:00
2013-03-03 17:42:50 +00:00
2012-01-18 16:21:14 +01:00