diff options
author | Greg Rutz <greg@gsr-tek.com> | 2013-03-11 21:55:28 -0600 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-03-13 00:51:55 +0000 |
commit | c480bac5b7c9628f97d2459bbde534abd219e5c6 (patch) | |
tree | 5c78bcac5cf020988f96b585329ce65656c58c6b /ChangeLog | |
parent | 2a1dc7ca5608fecf01061ee3414f3f777e724ae3 (diff) |
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
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions