videoaggregator: Always set the pad's buffer_vinfo when storing a buffer
authorBen Browitt <ben.browitt@gmail.com>
Thu, 20 Aug 2015 11:11:56 +0000 (14:11 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 20 Aug 2015 11:22:49 +0000 (14:22 +0300)
commit09b4f050e04203ece28add79d419910801072ef7
tree41bb0b89c505c4b832f274e75f1f3a43c650b2d9
parent551e7b97f31fc5a0bd7c545b4cd8258d18da512a
videoaggregator: Always set the pad's buffer_vinfo when storing a buffer

Otherwise it might be unset, and then the buffer is used and
gst_video_frame_map() will crash because of invalid video-info.

https://bugzilla.gnome.org/show_bug.cgi?id=753805
gst-libs/gst/video/gstvideoaggregator.c