rpicamsrc: hypothetical fix for data pointer calculation
authorTim-Philipp Müller <tim@centricular.com>
Fri, 24 Jul 2020 16:13:04 +0000 (17:13 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 24 Jul 2020 16:13:04 +0000 (17:13 +0100)
commit435c2acdc51fd32ac60bb9b3753573bf3a1265eb
tree032b38ee47027eb2bacccd834b10bfbeecb3ff4d
parent987a332076b4ef4adc011824b7080a456c4831bc
rpicamsrc: hypothetical fix for data pointer calculation

mmal buffer header docs say data is valid for length bytes
from offset. In practice offset always seems to be 0 so
far though.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/682>
sys/rpicamsrc/RaspiCapture.c